summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 e366c68c44e..b79a655b1b2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3956,14 +3956,14 @@ List. Forked from and using the same API as the publicsuffix package.")
3956(define-public python-werkzeug 3956(define-public python-werkzeug
3957 (package 3957 (package
3958 (name "python-werkzeug") 3958 (name "python-werkzeug")
3959 (version "2.0.1") 3959 (version "2.0.2")
3960 (source 3960 (source
3961 (origin 3961 (origin
3962 (method url-fetch) 3962 (method url-fetch)
3963 (uri (pypi-uri "Werkzeug" version)) 3963 (uri (pypi-uri "Werkzeug" version))
3964 (sha256 3964 (sha256
3965 (base32 3965 (base32
3966 "0hlwawnn8c41f254qify5jnjj8xb97n294h09bqimzqhs0qdpq8x")))) 3966 "16nvv9dh37ssf5pkny9yj2li0n6wyzsygh8a9i86r3gfipybcaxa"))))
3967 (build-system python-build-system) 3967 (build-system python-build-system)
3968 (arguments 3968 (arguments
3969 '(#:phases 3969 '(#:phases