gnu: python-wsgiproxy2: Update to 0.4.5.
* gnu/packages/python-web.scm (python-wsgiproxy2): Update to 0.4.5.
This commit is contained in:
parent
06e6b17bd7
commit
38e1095d82
|
@ -1351,14 +1351,14 @@ Amazon Web Services (AWS) API.")
|
||||||
(define-public python-wsgiproxy2
|
(define-public python-wsgiproxy2
|
||||||
(package
|
(package
|
||||||
(name "python-wsgiproxy2")
|
(name "python-wsgiproxy2")
|
||||||
(version "0.4.4")
|
(version "0.4.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "WSGIProxy2" version ".tar.gz"))
|
(uri (pypi-uri "WSGIProxy2" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16532rjc94h3w74x52jfckf3yzsp8h6z34522jk4xgjy82hpnd7r"))))
|
"19d9dva282vfjs784i0zkxp078lxfz4h3f621z30ij9wbf5rba6a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-webtest" ,python-webtest)))
|
`(("python-webtest" ,python-webtest)))
|
||||||
|
|
Loading…
Reference in New Issue