3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ by @code{binstar}, @code{binstar-build} and @code{chalmers}.")
(define-public python-babel
(package
(name "python-babel")
(version "2.3.4")
(version "2.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Babel" version))
(sha256
(base32
"0x98qqqw35xllpcama013a9788ly84z8dm1w2wwfpxh2710c8df5"))))
"08rxmbx2s4irp0w0gmn498vns5xy0fagm0fg33xa772jiks51flc"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pytz" ,python-pytz)))