me
/
guix
Archived
1
0
Fork 0

gnu: python-babel: Update to 2.3.2.

* gnu/packages/python.scm (python-babel): Update to 2.3.2.
master
Efraim Flashner 2016-04-10 12:21:51 +03:00
parent db5567f753
commit 3f37db6b0e
1 changed files with 2 additions and 2 deletions

View File

@ -591,14 +591,14 @@ using Python 2.4 or higher and provides access to the Olson timezone database.")
(define-public python-babel
(package
(name "python-babel")
(version "2.1.1")
(version "2.3.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Babel" version))
(sha256
(base32
"0j2jgfzj1a2m39pm2qc36fzr7a6p5ybwndi0xdzhi2p8zw7dbdkz"))))
"0k43pi0p1dwpds2w0km3fw92wixzxv2vw7p09capxmjz5cfh23lw"))))
(build-system python-build-system)
(inputs
`(("python-pytz" ,python-pytz)