guix-commits
[Top][All Lists]
Advanced

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

01/28: gnu: python-flask-babel: Update to 0.11.2.


From: Tobias Geerinckx-Rice
Subject: 01/28: gnu: python-flask-babel: Update to 0.11.2.
Date: Fri, 2 Mar 2018 09:53:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1a6fb8dac1a9d7ae6d1a9b07bb0df6e4b606cb87
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 2 00:54:26 2018 +0100

    gnu: python-flask-babel: Update to 0.11.2.
    
    * gnu/packages/python-web.scm (python-flask-babel): Update to 0.11.2.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 47fc5cd..18022ec 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -138,14 +138,14 @@ between a web browser and web server.")
 (define-public python-flask-babel
   (package
     (name "python-flask-babel")
-    (version "0.11.1")
+    (version "0.11.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "Flask-Babel" version))
         (sha256
           (base32
-            "16b80cipdba9xj3jlaiaq6wgrgpjb70w3j01jjy9hbp4k71kd6yj"))))
+            "0ff9n165vhf1nhv6807ckhpp224jw7k7sd7jz5kfh3sbpl85gmy0"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-flask" ,python-flask)



reply via email to

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