mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
35fa3910c7
commit
f982ca32f9
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue