python311Packages.types-pytz: 2023.3.0.0 -> 2023.3.0.1

This commit is contained in:
Fabian Affolter 2023-08-14 22:45:58 +02:00
parent fd91dcf310
commit 2c20868bce

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-pytz";
version = "2023.3.0.0";
version = "2023.3.0.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-7Nxw1UOq82FqfkhjFUOohPdCBfKEzv1mSd30TGqCCqw=";
hash = "sha256-GnuNSqxwmBz6JEeKQerfzZagh8mG1vFQ13486zwr36s=";
};
# Modules doesn't have tests