gnu: python-pytz: Update to 2025.1.

* gnu/packages/time.scm (python-pytz): Update to 2025.1.

Change-Id: I038f9f09f38322d95ad7137a058aab1a33572b0c
This commit is contained in:
Zheng Junjie 2025-02-08 01:44:46 +08:00 committed by Andreas Enge
parent 35fa3910c7
commit f982ca32f9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -266,14 +266,14 @@ you will remove support for the pytz-specific interface.")
(package
(name "python-pytz")
;; This package should be kept in sync with tzdata in (gnu packages base).
(version "2023.3.post1")
(version "2025.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytz" version))
(sha256
(base32
"0yrxykwhk18x22lp0hjlj98mgnzrzlclz8kxam5vl7jap6zdskvv"))))
"13hpf2my8mgqkr38ch7s3rym9zz60m6pq87rcn7b46155az45ny2"))))
(build-system python-build-system)
(home-page "http://pythonhosted.org/pytz")
(synopsis "Python timezone library")