From 2e7f3849b2de5a0935eca6ae744dd98964c618e0 Mon Sep 17 00:00:00 2001 From: jgart Date: Fri, 9 Aug 2024 23:54:10 -0500 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 664d0b6d88..7daef3afa2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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