python312Packages.pytz: 2024.1 -> 2024.2 (#341255)

This commit is contained in:
Robert Schütz 2024-09-18 21:40:45 -07:00 committed by GitHub
commit 582b916985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,15 +8,15 @@
buildPythonPackage rec {
pname = "pytz";
version = "2024.1";
version = "2024.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-KilzXqnBi68UtEiEa95aSAMO0mdXhHLYlVzQ50Q6mBI=";
hash = "sha256-KqNVCDxQoPk/pYFwnerAya1lzKip6b6sZgrcvUk8eYo=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
nativeCheckInputs = [ unittestCheckHook ];