gnu: python-werkzeug: Update to 2.0.2.
* gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.2.
This commit is contained in:
parent
038c65b380
commit
45cb47c4d3
1 changed files with 2 additions and 2 deletions
|
@ -3956,14 +3956,14 @@ List. Forked from and using the same API as the publicsuffix package.")
|
||||||
(define-public python-werkzeug
|
(define-public python-werkzeug
|
||||||
(package
|
(package
|
||||||
(name "python-werkzeug")
|
(name "python-werkzeug")
|
||||||
(version "2.0.1")
|
(version "2.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Werkzeug" version))
|
(uri (pypi-uri "Werkzeug" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hlwawnn8c41f254qify5jnjj8xb97n294h09bqimzqhs0qdpq8x"))))
|
"16nvv9dh37ssf5pkny9yj2li0n6wyzsygh8a9i86r3gfipybcaxa"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in a new issue