From d6e5577faf1060eb6ce18a44f93a16904fab8e4b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 14 Feb 2022 09:01:34 +0100 Subject: [PATCH] python3Packages.types-pytz: 2021.3.4 -> 2021.3.5 --- pkgs/development/python-modules/types-pytz/default.nix | 4 ++-- 1 file 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 faf5ee8bdcb6..1fc7dd5f9b61 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.4"; + version = "2021.3.5"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "101da53091013bb07403468c20d36930d749d3918054ac46f9c1bfc607dadf7d"; + sha256 = "sha256-/vjeI47pUTWVIimiojv7h71j1abIWYEGpGz89I8Gnqg="; }; # Modules doesn't have tests