gnu: python-babel: Update to 2.6.0.

* gnu/packages/python.scm (python-babel): Update to 2.6.0.
This commit is contained in:
Marius Bakke 2018-08-21 07:33:01 +02:00
parent cb5ba282cc
commit b3a21b2cf9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -617,14 +617,14 @@ (define-public python2-clyent
(define-public python-babel (define-public python-babel
(package (package
(name "python-babel") (name "python-babel")
(version "2.3.4") (version "2.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Babel" version)) (uri (pypi-uri "Babel" version))
(sha256 (sha256
(base32 (base32
"0x98qqqw35xllpcama013a9788ly84z8dm1w2wwfpxh2710c8df5")))) "08rxmbx2s4irp0w0gmn498vns5xy0fagm0fg33xa772jiks51flc"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pytz" ,python-pytz))) `(("python-pytz" ,python-pytz)))