mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-ndg-httpsclient: Update to 0.5.1.
* gnu/packages/python-web.scm (python-ndg-httpsclient): Update to 0.5.1.
This commit is contained in:
parent
247d4e7271
commit
57d5d3dade
1 changed files with 2 additions and 2 deletions
|
@ -1061,13 +1061,13 @@ (define-public python2-zope-component
|
||||||
(define-public python-ndg-httpsclient
|
(define-public python-ndg-httpsclient
|
||||||
(package
|
(package
|
||||||
(name "python-ndg-httpsclient")
|
(name "python-ndg-httpsclient")
|
||||||
(version "0.5.0")
|
(version "0.5.1")
|
||||||
(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
|
||||||
"12q8rjvsvjphj6lvvcka2izdjr36a5lgkygajwx6p4wh0x1za2f0"))))
|
"0412b7i1s4vj7lz9r72nmb28h9syd4q2x89bdirkkc3a6z8awbyp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; The tests appear to require networking.
|
'(;; The tests appear to require networking.
|
||||||
|
|
Loading…
Reference in a new issue