gnu: python-pytz: Update to 2020.4.

* gnu/packages/time.scm (python-pytz): Update to 2020.4.
This commit is contained in:
Marius Bakke 2020-12-12 17:35:49 +01:00
parent c8e83277d5
commit f609faae5f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -117,14 +117,14 @@ (define-public python2-tzdata
(define-public python-pytz
(package
(name "python-pytz")
(version "2019.1")
(version "2020.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytz" version))
(sha256
(base32
"0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
"0s72lz9q7rm2xgl2in0nvhn5cp0cyrxa257fpj2919g0s797ssry"))))
(build-system python-build-system)
(home-page "http://pythonhosted.org/pytz")
(synopsis "Python timezone library")