gnu: python-pytz: Update to 2018.5.
* gnu/packages/time.scm (python-pytz): Update to 2018.5. [source](uri): Update file extension. [native-inputs]: Remove.
This commit is contained in:
parent
2be1b754ba
commit
cb5ba282cc
1 changed files with 3 additions and 5 deletions
|
@ -88,17 +88,15 @@ to a file.")
|
||||||
(define-public python-pytz
|
(define-public python-pytz
|
||||||
(package
|
(package
|
||||||
(name "python-pytz")
|
(name "python-pytz")
|
||||||
(version "2017.3")
|
(version "2018.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytz" version ".zip"))
|
(uri (pypi-uri "pytz" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dw5l527vcafvdqq4wadwl7ikhb2sssz0v0cssibh8890kyczr7s"))))
|
"0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
|
||||||
`(("unzip" ,unzip)))
|
|
||||||
(home-page "http://pythonhosted.org/pytz")
|
(home-page "http://pythonhosted.org/pytz")
|
||||||
(synopsis "Python timezone library")
|
(synopsis "Python timezone library")
|
||||||
(description "This library brings the Olson tz database into Python. It
|
(description "This library brings the Olson tz database into Python. It
|
||||||
|
|
Reference in a new issue