gnu: python-babel: Update to 2.1.1.
* gnu/packages/python.scm (python-babel): Update to 2.1.1. [source]: Change uri to pypi format.
This commit is contained in:
parent
94ce6b4959
commit
b850a6d82d
|
@ -597,15 +597,14 @@ using Python 2.4 or higher and provides access to the Olson timezone database.")
|
||||||
(define-public python-babel
|
(define-public python-babel
|
||||||
(package
|
(package
|
||||||
(name "python-babel")
|
(name "python-babel")
|
||||||
(version "1.3")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/B/Babel/Babel-"
|
(uri (pypi-uri "Babel" version))
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz"))))
|
"0j2jgfzj1a2m39pm2qc36fzr7a6p5ybwndi0xdzhi2p8zw7dbdkz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pytz" ,python-pytz)
|
`(("python-pytz" ,python-pytz)
|
||||||
|
|
Loading…
Reference in New Issue