mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue