andreas pushed a commit to branch python-team
in repository guix.

commit 22c2ef5fcf0fadfb70d9bbdf68efea4c29cadbee
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Apr 4 21:17:08 2025 +0200

    gnu: python-flask-seasurf: Update to 2.0.0.
    
    * gnu/packages/python-web.scm (python-flask-seasurf): Update to 2.0.0.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 e4c0e008e6..5432cb31b6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5468,13 +5468,13 @@ headers required for a compressed response and 
compresses the response data.")
 (define-public python-flask-seasurf
   (package
     (name "python-flask-seasurf")
-    (version "1.1.1")
+    (version "2.0.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Flask-SeaSurf" version))
               (sha256
                (base32
-                "1aaib4n27q0f2alp87mhv3f79vg7qckp71rphbd0mb39qw470lsl"))))
+                "0g5dsm2ikv8q4qcrb2446pbs972l5wkxyfmxsriqdsl02nz06h4f"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #false)) ;there are none

Reply via email to