python310Packages.pytz: 2022.6 -> 2022.7
This commit is contained in:
committed by
Robert Schütz
parent
70253b9015
commit
f402b4b29e
@@ -2,11 +2,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytz";
|
||||
version = "2022.6";
|
||||
version = "2022.7";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-6JUSQGt5PKOfWXG8mZzFOM4SXA5RwnlBvvRWi0YAleI=";
|
||||
hash = "sha256-fM+ue0ssBnRkpnM8YmFnP9uP0b6QVGA5a5egc+n6aDo=";
|
||||
};
|
||||
|
||||
checkInputs = [ unittestCheckHook ];
|
||||
|
||||
Reference in New Issue
Block a user