python3Packages.types-pytz: 2024.2.0.20241003 -> 2024.2.0.20241221
This commit is contained in:
@@ -7,12 +7,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-pytz";
|
||||
version = "2024.2.0.20241003";
|
||||
version = "2024.2.0.20241221";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-V13DjzhakiohK6wAp9bS4W4UETKjyVUHj0pP0T7Wy0Q=";
|
||||
pname = "types_pytz";
|
||||
inherit version;
|
||||
hash = "sha256-BtfN6WE+n3UEdmoFVKJww2lDS1DgCXWzpKD27tDywak=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user