guix-commits
[Top][All Lists]
Advanced

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

05/37: gnu: python-flask-babel: Update to 1.0.0.


From: guix-commits
Subject: 05/37: gnu: python-flask-babel: Update to 1.0.0.
Date: Mon, 16 Mar 2020 10:46:20 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 33901ed8c0a85e9b0badbc7ea042d310bdfac970
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 03:41:51 2020 +0100

    gnu: python-flask-babel: Update to 1.0.0.
    
    * gnu/packages/python-web.scm (python-flask-babel): Update to 1.0.0.
    [arguments]: New field.
---
 gnu/packages/python-web.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b17de99..b87764b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -440,15 +440,21 @@ between a web browser and web server.")
 (define-public python-flask-babel
   (package
     (name "python-flask-babel")
-    (version "0.11.2")
+    (version "1.0.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "Flask-Babel" version))
         (sha256
           (base32
-            "0ff9n165vhf1nhv6807ckhpp224jw7k7sd7jz5kfh3sbpl85gmy0"))))
+            "0gmb165vkwv5v7dxsxa2i3zhafns0fh938m2zdcrv4d8z5l099yn"))))
     (build-system python-build-system)
+    (arguments
+     '(#:phases (modify-phases %standard-phases
+                  (replace 'check
+                    (lambda _
+                      (with-directory-excursion "tests"
+                        (invoke "python" "tests.py")))))))
     (propagated-inputs
      `(("python-flask" ,python-flask)
        ("python-babel" ,python-babel)



reply via email to

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