mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
e253e35523
commit
9ba8f540fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue