python313Packages.pytz: 2025.1 -> 2025.2

https://launchpad.net/pytz/+announcements
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:26 +02:00
parent b5c665cda6
commit 6aa84a02e1
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pytz";
version = "2025.1";
version = "2025.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-wttCviolGLKOZfkgfE0F5v9UfR76QIZGnvhV5KtwF44=";
hash = "sha256-NguePbtJognCGtYYCcf7RTZD4EiziSTHZYE1RnRugcM=";
};
build-system = [ setuptools ];