1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

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>
This commit is contained in:
Nicolas Graves
2025-04-04 21:17:08 +02:00
committed by Andreas Enge
parent 01c5ceeb46
commit 22c2ef5fcf

View File

@@ -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