Merge pull request #204707 from SuperSandro2000/python310Packages.tzdata

This commit is contained in:
Sandro 2022-12-07 22:51:04 +01:00 committed by GitHub
commit a061ba34b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "tzdata";
version = "2022.6";
version = "2022.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-kfEdtFAzhZKMFVmMmFc+OvB+cikYG+5Tdb0w8Wld3K4=";
hash = "sha256-/l+Gbt3YuW6fy6l4+OUDyQmxnqfv2hHlLjlJS606e/o=";
};
nativeBuildInputs = [