Skip to content

Commit 5b340f9

Browse files
committed
python312Packages.types-pytz: 2024.1.0.20240417 -> 2024.2.0.20240913
1 parent d276d38 commit 5b340f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/types-pytz/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
buildPythonPackage rec {
99
pname = "types-pytz";
10-
version = "2024.1.0.20240417";
10+
version = "2024.2.0.20240913";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
inherit pname version;
15-
hash = "sha256-aBDIofaPIf3w9PN0pDJIfHdkWgrAsx3kv0aQzyGtOYE=";
15+
hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ=";
1616
};
1717

1818
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)