efraim pushed a commit to branch master
in repository guix.
commit 3f37db6b0ee146be2e03f51387453ccf09a07e11
Author: Efraim Flashner <[email protected]>
Date: Sun Apr 10 12:21:51 2016 +0300
gnu: python-babel: Update to 2.3.2.
* gnu/packages/python.scm (python-babel): Update to 2.3.2.
---
gnu/packages/python.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index eeb0669..f473ea1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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)