lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 3b09889bdd998a5def80543948ca604c806288f5
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:45:33 2021 +0100
gnu: libxml++: Update to 3.0.1.
* gnu/packages/gnome.scm (libxml++): Update to 3.0.1.
---
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 c6fc353..6540890 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7945,7 +7945,7 @@ the available networks and allows users to easily switch
between them.")
(define-public libxml++
(package
(name "libxml++")
- (version "3.0.1")
+ (version "5.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7953,7 +7953,7 @@ the available networks and allows users to easily switch
between them.")
name "-" version ".tar.xz"))
(sha256
(base32
- "19kik79fmg61nv0by0a5f9wchrcfjwzvih4v2waw01hqflhqvp0r"))))
+ "0x5qyfp6pj557kkbq9i0da7n2ayfn569kn2qhjks62rq5m96yw9x"))))
(build-system gnu-build-system)
;; libxml++-3.0.pc refers to all these.
(propagated-inputs