mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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:
parent
433b666ecf
commit
2e7f3849b2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue