guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 25de80237bb6e8e41f454e7769a31ac31e500ec7
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Sep 5 08:54:33 2025 +0200

    gnu: libxml++: Update to 5.4.0.
    
    * gnu/packages/gnome.scm (libxml++): Update to 5.4.0.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4f2284ae49..e40d0eae66 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8973,7 +8973,7 @@ the available networks and allows users to easily switch 
between them.")
 (define-public libxml++
   (package
     (name "libxml++")
-    (version "5.0.3")
+    (version "5.4.0")
     (source
      (origin
        (method git-fetch)
@@ -8982,7 +8982,7 @@ the available networks and allows users to easily switch 
between them.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07h11vl0rv8b0w31as5xiirpx17lprkx7fimphy3f5mkwhz8njba"))))
+        (base32 "0gp8irc5ny9i6bw9fp21p8djgksi1s8l5flbn5blisgfpcb2w820"))))
     (build-system gnu-build-system)
     (propagated-inputs
      (list libxml2-next-for-grafting))  ;required by .pc file

Reply via email to