gnu: python-pytz: Update to 2020.4.
* gnu/packages/time.scm (python-pytz): Update to 2020.4.
This commit is contained in:
parent
c8e83277d5
commit
f609faae5f
@ -117,14 +117,14 @@ expressions.")
|
|||||||
(define-public python-pytz
|
(define-public python-pytz
|
||||||
(package
|
(package
|
||||||
(name "python-pytz")
|
(name "python-pytz")
|
||||||
(version "2019.1")
|
(version "2020.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytz" version))
|
(uri (pypi-uri "pytz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
|
"0s72lz9q7rm2xgl2in0nvhn5cp0cyrxa257fpj2919g0s797ssry"))))
|
||||||
(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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user