mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +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
|
||||
(name "python-pytz")
|
||||
;; This package should be kept in sync with tzdata in (gnu packages base).
|
||||
(version "2021.1")
|
||||
(version "2022.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytz" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nn459q7zg20n75akxl3ljkykgw1ydc8nb05rx1y4f5zjh4ak943"))))
|
||||
"19ya5sh7if819flgmszz585glailhi7rr8frng03n5m8wqphwxhy"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://pythonhosted.org/pytz")
|
||||
(synopsis "Python timezone library")
|
||||
|
|
Loading…
Add table
Reference in a new issue