From 9c70ddf23e91763416cd8d5c4a22c3701a1dc094 Mon Sep 17 00:00:00 2001 From: Aaron Covrig Date: Tue, 23 Dec 2025 20:40:21 -0500 Subject: [PATCH] gnu: libxml++: Update to 5.6.0. * gnu/packages/gnome.scm (libxml++): Update to 5.6.0. Change-Id: Id1e9fad25d4ea3bcfcbb1f3ee14c18dc539ce77b Signed-off-by: Liliana Marie Prikler --- 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 2fefc1d0a359af30a411636a9d094f4119ab381a..c4b40d4dae310ed1b53dc2912d2bd4c9ee9d5ac1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8867,7 +8867,7 @@ the available networks and allows users to easily switch between them.") (define-public libxml++ (package (name "libxml++") - (version "5.4.0") + (version "5.6.0") (source (origin (method git-fetch) @@ -8876,7 +8876,7 @@ the available networks and allows users to easily switch between them.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0gp8irc5ny9i6bw9fp21p8djgksi1s8l5flbn5blisgfpcb2w820")))) + (base32 "1ckgllfgnfszri57ay41jykwblcilsyldkhiq0x5h50c5av118pj")))) (build-system gnu-build-system) (propagated-inputs (list libxml2)) ;required by .pc file