gnu: python-xmldiff: Update to 2.7.0.

* gnu/packages/python-xyz.scm (python-xmldiff): Update to 2.7.0.
[propagated-inputs]: Remove python-six.

Change-Id: I4b83646f3f9bacd987ead99ce3c66d068c4c8458
This commit is contained in:
jgart 2024-08-09 23:54:10 -05:00
parent 433b666ecf
commit 2e7f3849b2
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -455,15 +455,15 @@ (define-public python-awkward
(define-public python-xmldiff
(package
(name "python-xmldiff")
(version "2.4")
(version "2.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xmldiff" version))
(sha256
(base32 "0qygxi3z1jwb0471k7bh5gcqf7wqm4xhrkmwhf36gjgjw46a5gh5"))))
(base32 "18k8kiml9wpl4wf9lmi0j6ys21lbdv8fa8r9qrzdsrh3h0ghp4f0"))))
(build-system python-build-system)
(propagated-inputs (list python-lxml python-six))
(propagated-inputs (list python-lxml))
(home-page "https://github.com/Shoobx/xmldiff")
(synopsis "Creates diffs of XML files")
(description "This Python tool figures out the differences between two