diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-10-05 23:02:32 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 15:49:15 +0000 |
| commit | b015f88dce69c94aafb488151ebf0b15aec9222d (patch) | |
| tree | e14df79b8d4c0c2a24f26ab20378ab819df0dbc1 /gnu/packages/python-xyz.scm | |
| parent | 05f6e5887e0b71820e51912f3efe9d4fcf974c4c (diff) | |
gnu: python-xmldiff: Update to 3.0b1.
* gnu/packages/python-xyz.scm (python-xmldiff): Update to 3.0b1.
[source]: Switch to git-fetch.
Change-Id: Ib83b5d60f2260b88d6ebe7939e4343381993f15c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ee64b439da2..7657d220da8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -40598,10 +40598,13 @@ It is not intended as an end-user tool.") (version "3.0b1") (source (origin - (method url-fetch) - (uri (pypi-uri "xmldiff" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/Shoobx/xmldiff") + (commit version))) + (file-name (git-file-name name version)) (sha256 - (base32 "0g8dd507l8i5431rjlb6j1sf3hvzmcblijx8s4wchym9n4vbvhm9")))) + (base32 "0p4ry9dl719gmgkxksdv4ghyyzib1irg6g27bbkla2wmprrj1ai9")))) (build-system pyproject-build-system) (native-inputs (list python-pytest python-setuptools)) (propagated-inputs (list python-lxml)) |
