~ruther/guix-local

22c2ef5fcf0fadfb70d9bbdf68efea4c29cadbee — Nicolas Graves 1 year, 2 months ago 01c5cee
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +2 -2
@@ 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