summary refs log tree commit diff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-21 23:55:27 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:53 -0400
commita3fa0d404294bd1da1eeacd2d663ba42e77c2b19 (patch)
treeabb4ece75fb702caa520b5b077feccae494f517b
parentce223ac4fb1dc48e41bb28b3e23efee645c990db (diff)
downloadguix-a3fa0d404294bd1da1eeacd2d663ba42e77c2b19.tar.gz
gnu: libxml++: Update to 3.2.0.
* gnu/packages/gnome.scm (libxml++): Update to 3.2.0.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 688f7aae53..a0c9e16a63 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6801,7 +6801,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 "/"
@@ -6809,7 +6809,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