3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-defusedxml: Update to 0.6.0.

* gnu/packages/xml.scm (python-defusedxml): Update to 0.6.0.
This commit is contained in:
Hartmut Goebel 2019-10-02 00:32:23 +02:00
parent 6811256745
commit 4ee948e39b
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -1235,14 +1235,14 @@ files. It is designed to be fast and to handle large input files.")
(define-public python-defusedxml (define-public python-defusedxml
(package (package
(name "python-defusedxml") (name "python-defusedxml")
(version "0.5.0") (version "0.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "defusedxml" version)) (uri (pypi-uri "defusedxml" version))
(sha256 (sha256
(base32 (base32
"1x54n0h8hl92vvwyymx883fbqpqjwn2mc8fb383bcg3z9zwz5mr4")))) "1xbp8fivl3wlbyg2jrvs4lalaqv1xp9a9f29p75wdx2s2d6h717n"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://bitbucket.org/tiran/defusedxml") (home-page "https://bitbucket.org/tiran/defusedxml")
(synopsis "XML bomb protection for Python stdlib modules") (synopsis "XML bomb protection for Python stdlib modules")