diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
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 |
