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 <liliana.prikler@gmail.com>
This commit is contained in:
Aaron Covrig 2025-12-23 20:40:21 -05:00 committed by Liliana Marie Prikler
parent 54c880239d
commit 9c70ddf23e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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