guix-patches
[Top][All Lists]
Advanced

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

[bug#59764] [PATCH 1/8] gnu: Add python-lxml-4.9.


From: kiasoc5
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






reply via email to

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