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
1 changed files with 2 additions and 2 deletions
|
@ -9028,14 +9028,14 @@ (define-public python2-pastescript
|
|||
(define-public python-pyquery
|
||||
(package
|
||||
(name "python-pyquery")
|
||||
(version "1.2.13")
|
||||
(version "1.2.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyquery" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0j9fsisip21qv4xljsg5dmni1pgpvwrjyyhhql0glydc4bs5rjgv"))))
|
||||
"1xia20wm0vx5dk85kcwgh13bylz8qh47ffjxssd2586r60xi783a"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-webob" ,python-webob)
|
||||
|
|
Loading…
Reference in a new issue