GNU bug report logs - #59764
[PATCH 0/8] Update searx and dependencies

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Fri, 2 Dec 2022 05:57:01 UTC

Severity: normal

Tags: patch

Done: kiasoc5 <at> disroot.org

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: 59764 <at> debbugs.gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [bug#59764] [PATCH 1/8] gnu: Add python-lxml-4.9.
Date: Fri,  2 Dec 2022 00:59:12 -0500
* gnu/packages/xml.scm (python-lxml-4.9): New variable.
---
 gnu/packages/xml.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 770bac3670..141c047b02 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2536,6 +2536,18 @@ (define-public python-lxml-4.7
         (base32
          "090viyanaki4q7w7i000xl0qh4in52bkl3qal55sz2bbm8w3hqd1"))))))
 
+(define-public python-lxml-4.9
+  (package
+    (inherit python-lxml)
+    (version "4.9.1")
+    (source
+     (origin
+       (inherit (package-source python-lxml))
+       (uri (pypi-uri "lxml" version))
+       (sha256
+        (base32
+         "0grczyrrq2rbwhvpri15cyhv330s494vbz3js3jky8xp5c2rnx7y"))))))
+
 (define-public python-untangle
   ;; The latest tagged release is from 2014; use the latest commit.
   (let ((revision "1")
-- 
2.38.1





This bug report was last modified 1 year and 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.