gnu: python-pyquery: Update to 1.2.17.

* gnu/packages/python.scm (python-pyquery): Update to 1.2.17.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-31 16:41:20 +01:00
parent 42734b9a88
commit ab0c342924
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -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)