mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-lxml: Update to 4.4.2.
* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2.
This commit is contained in:
parent
afc7882f2d
commit
783d1d4024
1 changed files with 4 additions and 6 deletions
|
@ -32,7 +32,7 @@
|
||||||
;;; Copyright © 2016, 2017, 2019 Alex Vong <alexvong1995@gmail.com>
|
;;; Copyright © 2016, 2017, 2019 Alex Vong <alexvong1995@gmail.com>
|
||||||
;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2016, 2017, 2018 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2016, 2017, 2018 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
|
;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
|
||||||
;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
|
;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
|
||||||
|
@ -5757,14 +5757,13 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
|
||||||
(define-public python-lxml
|
(define-public python-lxml
|
||||||
(package
|
(package
|
||||||
(name "python-lxml")
|
(name "python-lxml")
|
||||||
(version "4.4.1")
|
(version "4.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "lxml" version))
|
(uri (pypi-uri "lxml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "01nvb5j8vs9nk4z5s3250b1m22b4d08kffa36if3g1mdygdrvxpg"))))
|
||||||
"14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
@ -5775,8 +5774,7 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
|
||||||
`(("libxml2" ,libxml2)
|
`(("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)))
|
("libxslt" ,libxslt)))
|
||||||
(home-page "http://lxml.de/")
|
(home-page "http://lxml.de/")
|
||||||
(synopsis
|
(synopsis "Python XML processing library")
|
||||||
"Python XML processing library")
|
|
||||||
(description
|
(description
|
||||||
"The lxml XML toolkit is a Pythonic binding for the C libraries
|
"The lxml XML toolkit is a Pythonic binding for the C libraries
|
||||||
libxml2 and libxslt.")
|
libxml2 and libxslt.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue