summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-22 17:52:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-22 17:52:54 +0000
commita030affa77ee2f80d8276fddcc414322e8cd2575 (patch)
tree3252c2681bf0b93b2536573924d8a0fd08cf7169
parent14ff007ff6dc4528b9aa0dd2edf4b7a1a2fb186d (diff)
downloadnixpkgs-a030affa77ee2f80d8276fddcc414322e8cd2575.tar
nixpkgs-a030affa77ee2f80d8276fddcc414322e8cd2575.tar.gz
nixpkgs-a030affa77ee2f80d8276fddcc414322e8cd2575.tar.bz2
nixpkgs-a030affa77ee2f80d8276fddcc414322e8cd2575.tar.lz
nixpkgs-a030affa77ee2f80d8276fddcc414322e8cd2575.tar.xz
nixpkgs-a030affa77ee2f80d8276fddcc414322e8cd2575.tar.zst
nixpkgs-a030affa77ee2f80d8276fddcc414322e8cd2575.zip
python310Packages.types-pytz: 2021.3.8 -> 2022.1.0
-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 bbbd7913018..d63968603a0 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 = "2021.3.8";
+  version = "2022.1.0";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-QSU6OivwKLaj8XtYdJppLZVa8PdOl13pT29NLTzQHb0=";
+    sha256 = "sha256-u+fq+TtPvsR4AyOvklKG0mWmaB9Q26V9FtvYaVw+1j0=";
   };
 
   # Modules doesn't have tests