gnu: python-cssselect: Update to 0.9.2.

* gnu/packages/python.scm (python-cssselect): Update to 0.9.2.
[source]: Use 'pypi-uri' format.
This commit is contained in:
Efraim Flashner 2016-07-19 21:03:31 +03:00
parent 58d1d816ba
commit d5ccd9abf6
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -4685,17 +4685,14 @@ (define-public python2-cssutils
(define-public python-cssselect (define-public python-cssselect
(package (package
(name "python-cssselect") (name "python-cssselect")
(version "0.9.1") (version "0.9.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "cssselect" version))
"https://pypi.python.org/packages/source/c/cssselect/cssselect-"
version
".tar.gz"))
(sha256 (sha256
(base32 (base32
"10h623qnp6dp1191jri7lvgmnd4yfkl36k9smqklp1qlf3iafd85")))) "1xg6gbva1yswghiycmgincv6ab4bn7hpm720ndbj40h8xycmnfvi"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))