mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: python-tzdata: Update to 2023.4.
* gnu/packages/time.scm (python-tzdata): Update to 2023.4. Change-Id: Ic7e68392f69cbf2048e6588c8810d45beacebb10
This commit is contained in:
parent
f23b8893bb
commit
44fe89f795
1 changed files with 2 additions and 2 deletions
|
@ -135,13 +135,13 @@ (define-public python-tzdata
|
|||
(package
|
||||
(name "python-tzdata")
|
||||
;; This package should be kept in sync with tzdata in (gnu packages base).
|
||||
(version "2022.1")
|
||||
(version "2023.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "tzdata" version))
|
||||
(sha256
|
||||
(base32 "1lsjhlwzvzxpp4mpa9gy5b58z3qilf9l365k889pbh1xqs76llwb"))
|
||||
(base32 "1ja8c6ybwhbzr37a0r56g4j555gxzss4k5irfwn54ra7557wjm6x"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet #~(delete-file-recursively "src/tzdata/zoneinfo"))))
|
||||
(build-system pyproject-build-system)
|
||||
|
|
Loading…
Reference in a new issue