gnu: python-ndg-httpsclient: Update to 0.5.0.

* gnu/packages/python-web.scm (python-ndg-httpsclient): Update to 0.5.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-26 20:49:54 +02:00
parent 9616e86aa0
commit ebf09e77dc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -998,13 +998,13 @@ facilities for defining, registering and looking up components.")
(define-public python-ndg-httpsclient (define-public python-ndg-httpsclient
(package (package
(name "python-ndg-httpsclient") (name "python-ndg-httpsclient")
(version "0.4.4") (version "0.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ndg_httpsclient" version)) (uri (pypi-uri "ndg_httpsclient" version))
(sha256 (sha256
(base32 (base32
"0sl5ak1r1xil9ms0a9fh9fm6ncml65kgnjpjfic9dhnaimwx997v")))) "12q8rjvsvjphj6lvvcka2izdjr36a5lgkygajwx6p4wh0x1za2f0"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; The tests appear to require networking. '(;; The tests appear to require networking.