guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-defusedxml: Update to 0.5.0.


From: Marius Bakke
Subject: 02/03: gnu: python-defusedxml: Update to 0.5.0.
Date: Sat, 17 Feb 2018 15:47:34 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit ca6197dd65771dbb2a88cfa48c4d6844bc51f069
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 17 20:59:11 2018 +0100

    gnu: python-defusedxml: Update to 0.5.0.
    
    * gnu/packages/xml.scm (python-defusedxml): Update to 0.5.0.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 055bf8d..e9f7830 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1196,14 +1196,14 @@ files.  It is designed to be fast and to handle large 
input files.")
 (define-public python-defusedxml
   (package
     (name "python-defusedxml")
-    (version "0.4.1")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "defusedxml" version))
        (sha256
         (base32
-         "0y147zy3jqmk6ly7fbhqmzn1hf41xcb53f2vcc3m8x4ba5d1smfd"))))
+         "1x54n0h8hl92vvwyymx883fbqpqjwn2mc8fb383bcg3z9zwz5mr4"))))
     (build-system python-build-system)
     (home-page "https://bitbucket.org/tiran/defusedxml";)
     (synopsis "XML bomb protection for Python stdlib modules")



reply via email to

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