about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-06-28 09:05:21 +0200
committerGitHub <noreply@github.com>2022-06-28 09:05:21 +0200
commitded5a90b6c322230eb39a61a28c09548d3827b50 (patch)
treecc43f3328f952aaa94896211ac111dabd73133c5 /pkgs
parentb90fa9940b6adb82d4fe07b025cca21daf6b58d1 (diff)
parentca47950b9c19ba737568208749693aef62afdcb1 (diff)
Merge pull request #179383 from r-ryantm/auto-update/python3.10-types-pytz
python310Packages.types-pytz: 2022.1.0 -> 2022.1.1
Diffstat (limited to 'pkgs')
-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 d63968603a035..2c7e5f73879cc 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 = "2022.1.0";
+  version = "2022.1.1";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-u+fq+TtPvsR4AyOvklKG0mWmaB9Q26V9FtvYaVw+1j0=";
+    sha256 = "sha256-TnrdcIhtwu5u51NcgYSibusKyduvrpliy4gtdLn2czA=";
   };
 
   # Modules doesn't have tests