summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-08-15 15:45:46 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-08-15 15:45:46 +0200
commit3084fc28fdd7c904f334b67ef0f8955054f56246 (patch)
tree575fef11a22a2a0b5bf99f1bb49b53fa9137dbc6 /gnu/packages/xml.scm
parent9ddd37d6ab59e2519bbcefad15ce62561128f0ee (diff)
downloadguix-patches-3084fc28fdd7c904f334b67ef0f8955054f56246.tar
guix-patches-3084fc28fdd7c904f334b67ef0f8955054f56246.tar.gz
Revert "gnu: python-lxml: Update to 4.6.5."
This reverts commit 2365e8435a13c3aa4308e88773de0a0e7b9ffef9 as it triggers >15k rebuilds: https://ci.guix.gnu.org/eval/543158.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index d8c9147c57..c3213b8f36 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2500,13 +2500,13 @@ because lxml.etree already has its own implementation of XPath 1.0.")
(define-public python-lxml
(package
(name "python-lxml")
- (version "4.6.5")
+ (version "4.6.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml" version))
(sha256
- (base32 "1jn4gbd1qxrbdli6x0bihi5rkm1h4qmfxqny9pa90bx8qgnfv13f"))
+ (base32 "0s14r1w2x9sdlcsw8mxiqgw4rz5zs5lpqpxrfyn4a1mkndqqbdrr"))
;; Adapt a test to libxml2 2.9.12, taken from this commit:
;; https://github.com/lxml/lxml/commit/852ed1092bd80b6b9a51db24371047e
(modules '((guix build utils)))