guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9ba8f540fc5adeeae194c93b9fd11f1627170cb7
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Oct 7 20:51:54 2025 +0900

    gnu: python-xmldiff: Update to 3.0b1.
    
    * gnu/packages/python-xyz.scm (python-xmldiff): Update to 3.0b1.
    
    Change-Id: I6f13ecfc1254b2a1c237cb70d49d7551d475a82e
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file 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))

Reply via email to