guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/12: gnu: python-babel: Update to 2.1.1.


From: Efraim Flashner
Subject: 11/12: gnu: python-babel: Update to 2.1.1.
Date: Tue, 01 Dec 2015 20:57:29 +0000

efraim pushed a commit to branch master
in repository guix.

commit b850a6d82d83bc2b529435c72ea8724c7995c61e
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 1 20:55:06 2015 +0200

    gnu: python-babel: Update to 2.1.1.
    
    * gnu/packages/python.scm (python-babel): Update to 2.1.1.
    [source]: Change uri to pypi format.
---
 gnu/packages/python.scm |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cd19462..2901951 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -597,15 +597,14 @@ using Python 2.4 or higher and provides access to the 
Olson timezone database.")
 (define-public python-babel
   (package
     (name "python-babel")
-    (version "1.3")
+    (version "2.1.1")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append 
"https://pypi.python.org/packages/source/B/Babel/Babel-";
-                          version ".tar.gz"))
+      (uri (pypi-uri "Babel" version))
       (sha256
        (base32
-        "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz"))))
+        "0j2jgfzj1a2m39pm2qc36fzr7a6p5ybwndi0xdzhi2p8zw7dbdkz"))))
     (build-system python-build-system)
     (inputs
      `(("python-pytz" ,python-pytz)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]