summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-25 03:38:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-25 11:46:54 +0200
commit38e1095d8294e824444c8669765da2358c9b13bd (patch)
treee0b97d11fe00958671a8109c3412ba6c437b8c5a /gnu/packages/python-web.scm
parent06e6b17bd7ab0258536c62c3639fba38134d84ae (diff)
downloadguix-patches-38e1095d8294e824444c8669765da2358c9b13bd.tar
guix-patches-38e1095d8294e824444c8669765da2358c9b13bd.tar.gz
gnu: python-wsgiproxy2: Update to 0.4.5.
* gnu/packages/python-web.scm (python-wsgiproxy2): Update to 0.4.5.
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 456134c1ce..2a7487202a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1351,14 +1351,14 @@ Amazon Web Services (AWS) API.")
(define-public python-wsgiproxy2
(package
(name "python-wsgiproxy2")
- (version "0.4.4")
+ (version "0.4.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "WSGIProxy2" version ".tar.gz"))
(sha256
(base32
- "16532rjc94h3w74x52jfckf3yzsp8h6z34522jk4xgjy82hpnd7r"))))
+ "19d9dva282vfjs784i0zkxp078lxfz4h3f621z30ij9wbf5rba6a"))))
(build-system python-build-system)
(native-inputs
`(("python-webtest" ,python-webtest)))