gnu: python-xmldiff: Update to 3.0b1.

* gnu/packages/python-xyz.scm (python-xmldiff): Update to 3.0b1.

Change-Id: I6f13ecfc1254b2a1c237cb70d49d7551d475a82e
This commit is contained in:
Maxim Cournoyer 2025-10-07 20:51:54 +09:00
parent e253e35523
commit 9ba8f540fc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -39990,13 +39990,13 @@ It is not intended as an end-user tool.")
(define-public python-xmldiff
(package
(name "python-xmldiff")
(version "2.7.0")
(version "3.0b1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xmldiff" version))
(sha256
(base32 "18k8kiml9wpl4wf9lmi0j6ys21lbdv8fa8r9qrzdsrh3h0ghp4f0"))))
(base32 "0g8dd507l8i5431rjlb6j1sf3hvzmcblijx8s4wchym9n4vbvhm9"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-setuptools))
(propagated-inputs (list python-lxml))