guix-commits
[Top][All Lists]
Advanced

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

17/28: gnu: python-flask: Update to 2.0.2.


From: guix-commits
Subject: 17/28: gnu: python-flask: Update to 2.0.2.
Date: Sat, 22 Jan 2022 04:23:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 443b8f290870ee3df53f34f6a3de0489bf1fd187
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jan 21 23:41:00 2022 +0100

    gnu: python-flask: Update to 2.0.2.
    
    * gnu/packages/python-web.scm (python-flask): Update to 2.0.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 b79a655b1b..8ec1cd436e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2932,13 +2932,13 @@ minimum of WSGI.")
 (define-public python-flask
   (package
     (name "python-flask")
-    (version "2.0.1")
+    (version "2.0.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Flask" version))
               (sha256
                (base32
-                "0mcgwq7b4qd99mf5bsvs3wphchxarf8kgil4hwww3blj31xjak0w"))))
+                "1qilnrdakhbw5k951kczdy8ia0wczh0dpp1vi4qhgmfx6klvhbvv"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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