gnu: python-pyquery: Update to 1.2.17.
* gnu/packages/python.scm (python-pyquery): Update to 1.2.17.
This commit is contained in:
parent
42734b9a88
commit
ab0c342924
|
@ -9028,14 +9028,14 @@ layouts.")
|
||||||
(define-public python-pyquery
|
(define-public python-pyquery
|
||||||
(package
|
(package
|
||||||
(name "python-pyquery")
|
(name "python-pyquery")
|
||||||
(version "1.2.13")
|
(version "1.2.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyquery" version))
|
(uri (pypi-uri "pyquery" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j9fsisip21qv4xljsg5dmni1pgpvwrjyyhhql0glydc4bs5rjgv"))))
|
"1xia20wm0vx5dk85kcwgh13bylz8qh47ffjxssd2586r60xi783a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-webob" ,python-webob)
|
`(("python-webob" ,python-webob)
|
||||||
|
|
Loading…
Reference in New Issue