aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-04-04 21:17:08 +0200
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:29 +0200
commit22c2ef5fcf0fadfb70d9bbdf68efea4c29cadbee (patch)
tree4ecc7ccd8541778f858e8f2ce8e3279b23f229af
parent01c5ceeb46ad1955777b8de54ec9db6947fcea8f (diff)
downloadguix-22c2ef5fcf0fadfb70d9bbdf68efea4c29cadbee.tar.gz
guix-22c2ef5fcf0fadfb70d9bbdf68efea4c29cadbee.zip
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 <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/python-web.scm4
1 files 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