guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 60a3b76cc986218893b62cff7f1217ea74bbba75
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Sep 5 09:26:37 2025 +0200
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 <[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 e40d0eae66..57e1d35910 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)))))