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:
Josselin Poiret 2024-05-04 17:37:40 +02:00 committed by Ludovic Courtès
parent f23b8893bb
commit 44fe89f795
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)