gnu: python-pytz: Update to 2018.9.

* gnu/packages/time.scm (python-pytz): Update to 2018.9.
master
Marius Bakke 2019-03-04 19:47:17 +01:00
parent c41d5144cf
commit 4c97f95902
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -92,14 +92,14 @@ to a file.")
(define-public python-pytz
(package
(name "python-pytz")
(version "2018.5")
(version "2018.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytz" version ".tar.gz"))
(uri (pypi-uri "pytz" version))
(sha256
(base32
"0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz"))))
"0k1pqnq3c4gvcspjxf3fschdjn71fk89i4wz801rxqh7f145xw6m"))))
(build-system python-build-system)
(home-page "http://pythonhosted.org/pytz")
(synopsis "Python timezone library")