guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: python-flask-cors: Update to 3.0.10.


From: guix-commits
Subject: 01/09: gnu: python-flask-cors: Update to 3.0.10.
Date: Wed, 19 Jan 2022 04:08:25 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7cbbf492009b7e345884647f052de16b85bf7921
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 19 00:08:56 2022 +0100

    gnu: python-flask-cors: Update to 3.0.10.
    
    * gnu/packages/python-web.scm (python-flask-cors): Update to 3.0.10.
---
 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 a80d57fb68..8d554c8517 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1146,13 +1146,13 @@ both of which are installed automatically if you 
install this library.")
 (define-public python-flask-cors
   (package
     (name "python-flask-cors")
-    (version "3.0.9")
+    (version "3.0.10")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Flask-Cors" version))
               (sha256
                (base32
-                "1f36hkaxc92zn12f88fkzwifdvlvsnmlp1dv3p5inpcc500c3kvb"))))
+                "1pl16615fn1pc5n0vdrqlxm45mqsdjjxqv3gfkrs111v7wwkj25n"))))
     (build-system python-build-system)
     (native-inputs
      (list python-flask python-nose python-packaging))



reply via email to

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