diff options
author | Leo Famulari <leo@famulari.name> | 2022-05-08 00:09:00 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-05-08 00:11:28 -0400 |
commit | 466e12c18bfb2afc9be947c19babf9e19d31c3ab (patch) | |
tree | d6abd1190bc0ef71718030923cafefa456d4591a /gnu | |
parent | 68db3efbe1877c5f096a0afb7edd7e2681b3ea33 (diff) | |
download | guix-466e12c18bfb2afc9be947c19babf9e19d31c3ab.tar.gz |
gnu: python-pytz: Update to 2022.1.
* gnu/packages/time.scm (python-pytz): Update to 2022.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/time.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 1b94632c09..bdaa9c9a25 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -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") |