mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-httplib2: Update to 0.9.2.
* gnu/packages/python.scm (python-httplib2): Update to 0.9.2.
This commit is contained in:
parent
81b9bbbd57
commit
286f1bac9e
1 changed files with 4 additions and 8 deletions
|
@ -483,22 +483,18 @@ Python interface around SSH networking concepts.")
|
|||
(define-public python-httplib2
|
||||
(package
|
||||
(name "python-httplib2")
|
||||
(version "0.9.1")
|
||||
(version "0.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/h/httplib2/httplib2-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(uri (pypi-uri "httplib2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xc3clbrf77r0600kja71j7hk1218sjiq0gfmb8vjdajka8kjqxw"))))
|
||||
"126rsryvw9vhbf3qmsfw9lf4l4xm2srmgs439lgma4cpag4s3ay3"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-setuptools" ,python-setuptools)))
|
||||
(home-page
|
||||
"https://github.com/jcgregorio/httplib2")
|
||||
(home-page "https://github.com/jcgregorio/httplib2")
|
||||
(synopsis "Comprehensive HTTP client library")
|
||||
(description
|
||||
"A comprehensive HTTP client library supporting many features left out of
|
||||
|
|
Loading…
Reference in a new issue