From 60a3b76cc986218893b62cff7f1217ea74bbba75 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 5 Sep 2025 09:26:37 +0200 Subject: [PATCH] gnu: libxml++-2: Update to 2.42.3. * gnu/packages/gnome.scm (libxml++-2): Update to 2.42.3. 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 e40d0eae660dc1d68fd46ab0ee78762e7b8daff5..57e1d35910ce46cbca28603294a5a8a14a4f5039 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9028,7 +9028,7 @@ library.") (package (inherit libxml++) (name "libxml++") - (version "2.42.2") + (version "2.42.3") (source (origin (method git-fetch) @@ -9037,7 +9037,7 @@ library.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "05slsbhc25z7kwlc28ydl3dfyp7rgbmz1fxj9z6gcvpg3hkghj2m")))) + (base32 "0a0q25q275ysfr2ly66nbizkkwxnylsydzy5a8ay0c9cdskd3sc9")))) (propagated-inputs (modify-inputs (package-propagated-inputs libxml++) (append glibmm-2.66)))))