guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-lxml: Update to 3.6.0.


From: Efraim Flashner
Subject: 01/05: gnu: python-lxml: Update to 3.6.0.
Date: Tue, 19 Jul 2016 20:51:46 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit d58a32037eded061213629887f67e9447374724a
Author: Efraim Flashner <address@hidden>
Date:   Tue Jul 19 20:11:32 2016 +0300

    gnu: python-lxml: Update to 3.6.0.
    
    * gnu/packages/python.scm (python-lxml): Update to 3.6.0.
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 430c7d4..913f14c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4595,14 +4595,14 @@ translate the complete SQLite API into Python.")
 (define-public python-lxml
   (package
     (name "python-lxml")
-    (version "3.5.0")
+    (version "3.6.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "lxml" version))
         (sha256
-          (base32
-            "0y7m2s8ci6q642zl85y5axkj8z827l0vhjl532acb75hlkir77rl"))))
+         (base32
+          "1pvbmiy2m7jwv493kilbghhj2pkh8wy1na3ji350vhzhlwlclx4w"))))
     (build-system python-build-system)
     (inputs
       `(("libxml2" ,libxml2)



reply via email to

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