about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-24 08:47:35 -0500
committerGitHub <noreply@github.com>2023-09-24 08:47:35 -0500
commitb9475e0b522d844caba5c882a34f39b854457746 (patch)
treea50b87863742ab6c9d32b7edce9edaeef800b86a
parent72e2fa6199c79c00a7828339e0e96e3c8d41c3c4 (diff)
parent32a2d42cc97fea8378faed3657a0485ecef64c00 (diff)
Merge pull request #257013 from r-ryantm/auto-update/python310Packages.types-pytz
python310Packages.types-pytz: 2023.3.1.0 -> 2023.3.1.1
-rw-r--r--pkgs/development/python-modules/types-pytz/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-pytz/default.nix b/pkgs/development/python-modules/types-pytz/default.nix
index 54848a027df93..9433d55512ec1 100644
--- a/pkgs/development/python-modules/types-pytz/default.nix
+++ b/pkgs/development/python-modules/types-pytz/default.nix
@@ -5,12 +5,12 @@
 
 buildPythonPackage rec {
   pname = "types-pytz";
-  version = "2023.3.1.0";
+  version = "2023.3.1.1";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-jn0hmMukSnLfdiiIfJD2ilaOFEXxTbZGMa9Qw8q4wJA=";
+    hash = "sha256-zCPQGSzUnI9rukTuDIHkWGqPMCBJcPwIlNIJprCNq5o=";
   };
 
   # Modules doesn't have tests