From 22c2ef5fcf0fadfb70d9bbdf68efea4c29cadbee Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 4 Apr 2025 21:17:08 +0200 Subject: [PATCH] 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 --- 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