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:
parent
58d1d816ba
commit
d5ccd9abf6
1 changed files with 4 additions and 7 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue