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
|
@ -483,22 +483,18 @@ Python interface around SSH networking concepts.")
|
||||||
(define-public python-httplib2
|
(define-public python-httplib2
|
||||||
(package
|
(package
|
||||||
(name "python-httplib2")
|
(name "python-httplib2")
|
||||||
(version "0.9.1")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "httplib2" version))
|
||||||
"https://pypi.python.org/packages/source/h/httplib2/httplib2-"
|
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xc3clbrf77r0600kja71j7hk1218sjiq0gfmb8vjdajka8kjqxw"))))
|
"126rsryvw9vhbf3qmsfw9lf4l4xm2srmgs439lgma4cpag4s3ay3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)))
|
||||||
(home-page
|
(home-page "https://github.com/jcgregorio/httplib2")
|
||||||
"https://github.com/jcgregorio/httplib2")
|
|
||||||
(synopsis "Comprehensive HTTP client library")
|
(synopsis "Comprehensive HTTP client library")
|
||||||
(description
|
(description
|
||||||
"A comprehensive HTTP client library supporting many features left out of
|
"A comprehensive HTTP client library supporting many features left out of
|
||||||
|
|
Loading…
Reference in New Issue