guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-lxml: Update to 4.6.5.


From: guix-commits
Subject: branch master updated: gnu: python-lxml: Update to 4.6.5.
Date: Mon, 15 Aug 2022 08:48:50 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2365e8435a gnu: python-lxml: Update to 4.6.5.
2365e8435a is described below

commit 2365e8435a13c3aa4308e88773de0a0e7b9ffef9
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Mon Aug 15 14:10:13 2022 +0200

    gnu: python-lxml: Update to 4.6.5.
    
    * gnu/packages/xml.scm (python-lxml): Update to 4.6.5.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index c3213b8f36..d8c9147c57 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.3")
+    (version "4.6.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "lxml" version))
        (sha256
-        (base32 "0s14r1w2x9sdlcsw8mxiqgw4rz5zs5lpqpxrfyn4a1mkndqqbdrr"))
+        (base32 "1jn4gbd1qxrbdli6x0bihi5rkm1h4qmfxqny9pa90bx8qgnfv13f"))
        ;; Adapt a test to libxml2 2.9.12, taken from this commit:
        ;; https://github.com/lxml/lxml/commit/852ed1092bd80b6b9a51db24371047e
        (modules '((guix build utils)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]