about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-11-25 07:36:50 +0100
committerGitHub <noreply@github.com>2021-11-25 07:36:50 +0100
commite8c9eaab3faa291c6d9a10547b66198d1f50ad7d (patch)
tree5d0f2ad4ae46e2de5cad90427b171cd6c4c41100
parent8ea9fb7c8057c25c07e03386b18f0821137326dc (diff)
parentcaa7aa15abb8fde128efa69ed342c033633ca794 (diff)
Merge pull request #147286 from fabaff/bump-types-pytz
python3Packages.types-pytz: 2021.3.0 -> 2021.3.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 a6139eb9c9b24..62f3d36208e76 100644
--- a/pkgs/development/python-modules/types-pytz/default.nix
+++ b/pkgs/development/python-modules/types-pytz/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "types-pytz";
-  version = "2021.3.0";
+  version = "2021.3.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-hqYZZ4NNzuqvmLaQLtg1fv3SYruK/K9LyMzs90hZJ3g=";
+    sha256 = "sha256-3/138+/s07FVXxh6m/OmONVfrClnALgpxBvVHscqbrc=";
   };
 
   # Modules doesn't have tests