mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: python-pytz: Update to 2022.1.
* gnu/packages/time.scm (python-pytz): Update to 2022.1.
This commit is contained in:
parent
68db3efbe1
commit
466e12c18b
1 changed files with 2 additions and 2 deletions
|
@ -126,14 +126,14 @@ expressions.")
|
||||||
(package
|
(package
|
||||||
(name "python-pytz")
|
(name "python-pytz")
|
||||||
;; This package should be kept in sync with tzdata in (gnu packages base).
|
;; This package should be kept in sync with tzdata in (gnu packages base).
|
||||||
(version "2021.1")
|
(version "2022.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytz" version))
|
(uri (pypi-uri "pytz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nn459q7zg20n75akxl3ljkykgw1ydc8nb05rx1y4f5zjh4ak943"))))
|
"19ya5sh7if819flgmszz585glailhi7rr8frng03n5m8wqphwxhy"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "http://pythonhosted.org/pytz")
|
(home-page "http://pythonhosted.org/pytz")
|
||||||
(synopsis "Python timezone library")
|
(synopsis "Python timezone library")
|
||||||
|
|
Loading…
Add table
Reference in a new issue