diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-07 20:51:54 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-08 15:15:31 +0900 |
| commit | 9ba8f540fc5adeeae194c93b9fd11f1627170cb7 (patch) | |
| tree | 8ed8aa1f92b4f23a4be594d9319779e59fa12905 /gnu/packages/python-xyz.scm | |
| parent | e253e35523815a27d41e8160f3eb5a1b772428e4 (diff) | |
gnu: python-xmldiff: Update to 3.0b1.
* gnu/packages/python-xyz.scm (python-xmldiff): Update to 3.0b1.
Change-Id: I6f13ecfc1254b2a1c237cb70d49d7551d475a82e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cfa1f739d1..36873f8d83 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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)) |
