guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-defusedxml: Update to 0.6.0.


From: guix-commits
Subject: 01/01: gnu: python-defusedxml: Update to 0.6.0.
Date: Wed, 2 Oct 2019 08:51:01 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 4ee948e39be1c783022242735bdb6f7f7da3aebd
Author: Hartmut Goebel <address@hidden>
Date:   Wed Oct 2 00:32:23 2019 +0200

    gnu: python-defusedxml: Update to 0.6.0.
    
    * gnu/packages/xml.scm (python-defusedxml): Update to 0.6.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 3603bee..0689c87 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1235,14 +1235,14 @@ files.  It is designed to be fast and to handle large 
input files.")
 (define-public python-defusedxml
   (package
     (name "python-defusedxml")
-    (version "0.5.0")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "defusedxml" version))
        (sha256
         (base32
-         "1x54n0h8hl92vvwyymx883fbqpqjwn2mc8fb383bcg3z9zwz5mr4"))))
+         "1xbp8fivl3wlbyg2jrvs4lalaqv1xp9a9f29p75wdx2s2d6h717n"))))
     (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]