python3Packages.tzdata: 2022.7 -> 2023.3

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:19 +02:00
parent e770ad06c3
commit 43c6d611f3

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "tzdata";
version = "2022.7";
version = "2023.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-/l+Gbt3YuW6fy6l4+OUDyQmxnqfv2hHlLjlJS606e/o=";
hash = "sha256-Ee8eCOVKyw1Plb2xvgXaZZZz3krL0hv5xp6UzF6Qejo=";
};
nativeBuildInputs = [