gnu: python-pytz: Update to 2019.1.

* gnu/packages/time.scm (python-pytz): Update to 2019.1.
master
Marius Bakke 2019-06-18 15:21:40 +02:00
parent 93253411d6
commit 71c08ee60b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -92,14 +92,14 @@ to a file.")
(define-public python-pytz (define-public python-pytz
(package (package
(name "python-pytz") (name "python-pytz")
(version "2018.5") (version "2019.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytz" version ".tar.gz")) (uri (pypi-uri "pytz" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz")))) "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
(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")