1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-06 10:31:32 +02: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
+2 -2
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)))