diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 20:49:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 21:08:59 +0200 |
commit | ebf09e77dc582294b040deb6369cb720dce6e7c9 (patch) | |
tree | b318d0010f989d97b52e47b6095e63c392a50df0 /gnu/packages/python-web.scm | |
parent | 9616e86aa08a974e7fe24073ad4ba59f4c46e190 (diff) | |
download | guix-ebf09e77dc582294b040deb6369cb720dce6e7c9.tar guix-ebf09e77dc582294b040deb6369cb720dce6e7c9.tar.gz |
gnu: python-ndg-httpsclient: Update to 0.5.0.
* gnu/packages/python-web.scm (python-ndg-httpsclient): Update to 0.5.0.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e85303bb66..53a9d3c2f3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -998,13 +998,13 @@ facilities for defining, registering and looking up components.") (define-public python-ndg-httpsclient (package (name "python-ndg-httpsclient") - (version "0.4.4") + (version "0.5.0") (source (origin (method url-fetch) (uri (pypi-uri "ndg_httpsclient" version)) (sha256 (base32 - "0sl5ak1r1xil9ms0a9fh9fm6ncml65kgnjpjfic9dhnaimwx997v")))) + "12q8rjvsvjphj6lvvcka2izdjr36a5lgkygajwx6p4wh0x1za2f0")))) (build-system python-build-system) (arguments '(;; The tests appear to require networking. |