lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.types-pytz: 2023.3.1.0 -> 2023.3.1.1

+2 -2
+2 -2
pkgs/development/python-modules/types-pytz/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-pytz"; 8 - version = "2023.3.1.0"; 8 + version = "2023.3.1.1"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-jn0hmMukSnLfdiiIfJD2ilaOFEXxTbZGMa9Qw8q4wJA="; 13 + hash = "sha256-zCPQGSzUnI9rukTuDIHkWGqPMCBJcPwIlNIJprCNq5o="; 14 14 }; 15 15 16 16 # Modules doesn't have tests