gnu: python-babel: Update to 2.3.4.

* gnu/packages/python.scm (python-babel): Update to 2.3.4.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-28 22:58:19 +01:00
parent 1d9c889881
commit ffb1e98d74
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -663,14 +663,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 "2.3.2") (version "2.3.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Babel" version)) (uri (pypi-uri "Babel" version))
(sha256 (sha256
(base32 (base32
"0k43pi0p1dwpds2w0km3fw92wixzxv2vw7p09capxmjz5cfh23lw")))) "0x98qqqw35xllpcama013a9788ly84z8dm1w2wwfpxh2710c8df5"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pytz" ,python-pytz))) `(("python-pytz" ,python-pytz)))