mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-geventhttpclient: Update to 1.4.4.
* gnu/packages/python-web.scm (python-geventhttpclient): Update to 1.4.4.
This commit is contained in:
parent
9b0991cb51
commit
a5c8aff189
1 changed files with 4 additions and 3 deletions
|
@ -3037,13 +3037,13 @@ for the basic TCP/IP protocols.")
|
||||||
(define-public python-geventhttpclient
|
(define-public python-geventhttpclient
|
||||||
(package
|
(package
|
||||||
(name "python-geventhttpclient")
|
(name "python-geventhttpclient")
|
||||||
(version "1.3.1")
|
(version "1.4.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "geventhttpclient" version))
|
(uri (pypi-uri "geventhttpclient" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07d0q3wzmml75227r6y6mrl5a0zpf4v9gj0ni5rhbyzmaj4az1xx"))
|
"1hy4qm9d3r69n5199i7qjji1v7718n7cxbj8ggi0njify99m37pm"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -3071,7 +3071,8 @@ for the basic TCP/IP protocols.")
|
||||||
"-k" (string-append "not test_cookielib_compatibility"))
|
"-k" (string-append "not test_cookielib_compatibility"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-dpkt" ,python-dpkt)
|
||||||
|
("python-pytest" ,python-pytest)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-certifi" ,python-certifi)
|
`(("python-certifi" ,python-certifi)
|
||||||
("python-gevent" ,python-gevent)
|
("python-gevent" ,python-gevent)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue