diff options
author | Roel Janssen <roel@gnu.org> | 2017-08-25 20:12:41 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-09-06 12:41:41 +0200 |
commit | 2054b5220180d5cf5c0cfa8b2509a3f66417a1df (patch) | |
tree | 6d6d3b311113d8a2ca26db2392be3213602f1814 | |
parent | 21a656f590458652f4f2413ad5f2e3b1eda0a033 (diff) | |
download | patches-2054b5220180d5cf5c0cfa8b2509a3f66417a1df.tar patches-2054b5220180d5cf5c0cfa8b2509a3f66417a1df.tar.gz |
gnu: Update python-lxml to 3.8.0.
* gnu/packages/python.scm (python-lxml): Update to 3.8.0.
-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 346faf434c..e650cdb8b4 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6225,14 +6225,14 @@ translate the complete SQLite API into Python.") (define-public python-lxml (package (name "python-lxml") - (version "3.6.0") + (version "3.8.0") (source (origin (method url-fetch) (uri (pypi-uri "lxml" version)) (sha256 (base32 - "1pvbmiy2m7jwv493kilbghhj2pkh8wy1na3ji350vhzhlwlclx4w")))) + "15nvf6n285n282682qyw3wihsncb0x5amdhyi4b83bfa2nz74vvk")))) (build-system python-build-system) (inputs `(("libxml2" ,libxml2) |