[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: python-lxml: Add 4.7.1.
From: |
guix-commits |
Subject: |
01/11: gnu: python-lxml: Add 4.7.1. |
Date: |
Fri, 15 Apr 2022 13:14:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ee617c4800c84c21a976a36b9f612e5a7d05d9f2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 15 15:45:27 2022 +0200
gnu: python-lxml: Add 4.7.1.
* gnu/packages/xml.scm (python-lxml-4.7): New variable.
---
gnu/packages/xml.scm | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 64092b8d2d..db004c11b6 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2016, 2018, 2019 Ludovic Courtès
<ludo@gnu.org>
+;;; Copyright © 2013-2016, 2018-2019, 2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
@@ -2529,6 +2529,18 @@ because lxml.etree already has its own implementation of
XPath 1.0.")
libxml2 and libxslt.")
(license license:bsd-3))) ; and a few more, see LICENSES.txt
+(define-public python-lxml-4.7
+ (package
+ (inherit python-lxml)
+ (version "4.7.1")
+ (source
+ (origin
+ (inherit (package-source python-lxml))
+ (uri (pypi-uri "lxml" version))
+ (sha256
+ (base32
+ "090viyanaki4q7w7i000xl0qh4in52bkl3qal55sz2bbm8w3hqd1"))))))
+
(define-public python2-lxml
(package-with-python2 python-lxml))
- 02/11: gnu: streamlink: Update to 3.2.0., (continued)
- 02/11: gnu: streamlink: Update to 3.2.0., guix-commits, 2022/04/15
- 10/11: gnu: emacs-mu4e-patch: Rename to emacs-message-view-patch, guix-commits, 2022/04/15
- 05/11: gnu: Add python-shtab., guix-commits, 2022/04/15
- 11/11: gnu: emacs-message-view-patch: Update to 0.2.0-40bc2e5, guix-commits, 2022/04/15
- 04/11: gnu: shepherd: Support cross-compilation., guix-commits, 2022/04/15
- 07/11: gnu: xfce4-terminal: Update to 1.0.0., guix-commits, 2022/04/15
- 06/11: gnu: Add python-verspec., guix-commits, 2022/04/15
- 09/11: gnu: xfce4-diskperf-plugin: Update to 2.7.0., guix-commits, 2022/04/15
- 08/11: gnu: elementary-xfce-icon-theme: Update to 0.16., guix-commits, 2022/04/15
- 03/11: gnu: mblaze: Offer contrib executables., guix-commits, 2022/04/15
- 01/11: gnu: python-lxml: Add 4.7.1.,
guix-commits <=