~ruther/guix-local

ca6197dd65771dbb2a88cfa48c4d6844bc51f069 — Marius Bakke 8 years ago 26176be
gnu: python-defusedxml: Update to 0.5.0.

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

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +2 -2
@@ 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")