kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 41f22806a9a2d816aad648db8d78adf64de74b0f
Author: Kei Kebreau <[email protected]>
AuthorDate: Tue Apr 21 23:55:27 2020 -0400
gnu: libxml++: Update to 3.2.0.
* gnu/packages/gnome.scm (libxml++): Update to 3.2.0.
---
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 98b332c..de5a913 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6800,7 +6800,7 @@ the available networks and allows users to easily switch
between them.")
(define-public libxml++
(package
(name "libxml++")
- (version "3.0.1")
+ (version "3.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -6808,7 +6808,7 @@ the available networks and allows users to easily switch
between them.")
name "-" version ".tar.xz"))
(sha256
(base32
- "19kik79fmg61nv0by0a5f9wchrcfjwzvih4v2waw01hqflhqvp0r"))))
+ "0kwffsmncdzx9s7hvxdyzhz5r687s63sfsc0d5bd683qzpkzm1mp"))))
(build-system gnu-build-system)
;; libxml++-3.0.pc refers to all these.
(propagated-inputs