gnu: python-wsgiproxy2: Update to 0.4.6.
* gnu/packages/python-web.scm (python-wsgiproxy2): Update to 0.4.6.master
parent
6d4ed78d91
commit
8fbccd48b8
|
@ -1637,14 +1637,13 @@ Amazon Web Services (AWS) API.")
|
||||||
(define-public python-wsgiproxy2
|
(define-public python-wsgiproxy2
|
||||||
(package
|
(package
|
||||||
(name "python-wsgiproxy2")
|
(name "python-wsgiproxy2")
|
||||||
(version "0.4.5")
|
(version "0.4.6")
|
||||||
(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 "16jch5nic0hia28lps3c678s9s9mjdq8n87igxncjg0rpi5adqnf"))))
|
||||||
"19d9dva282vfjs784i0zkxp078lxfz4h3f621z30ij9wbf5rba6a"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-webtest" ,python-webtest)))
|
`(("python-webtest" ,python-webtest)))
|
||||||
|
|
Reference in New Issue