gnu: Update python-babel, python2-babel to 1.3.
* gnu/packages/python.scm (python-babel, python2-babel): Update to 1.3.
This commit is contained in:
parent
fc50e9c694
commit
e1804763d0
|
@ -222,20 +222,21 @@ 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 "0.9.6")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://ftp.edgewall.com/pub/babel/Babel-"
|
(uri (string-append "https://pypi.python.org/packages/source/B/Babel/Babel-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03vmr54jq5vf3qw6kpdv7cdk7x7i2jhzyf1mawv2gk8zrxg0hfja"))))
|
"0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-pytz" ,python-pytz)))
|
`(("python-pytz" ,python-pytz)
|
||||||
|
("python-setuptools" ,python-setuptools)))
|
||||||
(arguments `(#:tests? #f)) ; no test target
|
(arguments `(#:tests? #f)) ; no test target
|
||||||
(home-page "http://babel.edgewall.org/")
|
(home-page "http://babel.pocoo.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Tools for internationalizing Python applications")
|
"Tools for internationalizing Python applications")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue