guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: python-lxml: Update to 4.4.2.


From: guix-commits
Subject: 01/06: gnu: python-lxml: Update to 4.4.2.
Date: Thu, 9 Jan 2020 23:27:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 783d1d4024c640e10e74ef90489b89f21945c39e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 10 01:34:24 2020 +0100

    gnu: python-lxml: Update to 4.4.2.
    
    * gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2.
---
 gnu/packages/python-xyz.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 194d8b8..d60c813 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32,7 +32,7 @@
 ;;; Copyright © 2016, 2017, 2019 Alex Vong <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Julien Lepiller <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice 
<address@hidden>
 ;;; Copyright © 2016, 2017 Thomas Danckaert <address@hidden>
 ;;; Copyright © 2017 Carlo Zancanaro <address@hidden>
 ;;; Copyright © 2017 Frederick M. Muriithi <address@hidden>
@@ -5757,14 +5757,13 @@ the GObject Introspection bindings to libnotify for 
non-GTK applications.")
 (define-public python-lxml
   (package
     (name "python-lxml")
-    (version "4.4.1")
+    (version "4.4.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "lxml" version))
         (sha256
-         (base32
-          "14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
+         (base32 "01nvb5j8vs9nk4z5s3250b1m22b4d08kffa36if3g1mdygdrvxpg"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -5775,8 +5774,7 @@ the GObject Introspection bindings to libnotify for 
non-GTK applications.")
       `(("libxml2" ,libxml2)
         ("libxslt" ,libxslt)))
     (home-page "http://lxml.de/";)
-    (synopsis
-      "Python XML processing library")
+    (synopsis "Python XML processing library")
     (description
       "The lxml XML toolkit is a Pythonic binding for the C libraries
 libxml2 and libxslt.")



reply via email to

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