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 <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves 2025-09-05 09:26:37 +02:00 committed by Liliana Marie Prikler
parent 25de80237b
commit 60a3b76cc9
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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)))))