python312Packages.types-pytz: 2024.1.0.20240417 -> 2024.2.0.20240913 (#342654)
This commit is contained in:
commit
c1fda64f76
@ -7,15 +7,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-pytz";
|
||||
version = "2024.1.0.20240417";
|
||||
version = "2024.2.0.20240913";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-aBDIofaPIf3w9PN0pDJIfHdkWgrAsx3kv0aQzyGtOYE=";
|
||||
hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
# Modules doesn't have tests
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user