mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-lxml: Add 4.7.1.
* gnu/packages/xml.scm (python-lxml-4.7): New variable.
This commit is contained in:
parent
179a949e60
commit
ee617c4800
1 changed files with 13 additions and 1 deletions
|
@ -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 @@ (define-public python-lxml
|
|||
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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue