diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-31 16:41:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-31 16:51:55 +0100 |
commit | ab0c342924407ec93c52ee13a85c6b72e870af19 (patch) | |
tree | ab95aff62fdd064cd7c1ea737dd894edd69a1135 | |
parent | 42734b9a88bbe53c03507c5232e8371866a45181 (diff) | |
download | guix-ab0c342924407ec93c52ee13a85c6b72e870af19.tar guix-ab0c342924407ec93c52ee13a85c6b72e870af19.tar.gz |
gnu: python-pyquery: Update to 1.2.17.
* gnu/packages/python.scm (python-pyquery): Update to 1.2.17.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 485a2739a4..a29917b608 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9028,14 +9028,14 @@ layouts.") (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) |