guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/85: gnu: libxml++: Update to 3.0.1.


From: Mark H. Weaver
Subject: 05/85: gnu: libxml++: Update to 3.0.1.
Date: Wed, 11 Jan 2017 16:36:01 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit 8344a85e9e3217b0921ebaf5b9a85ca303d8a522
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 9 04:17:29 2017 -0500

    gnu: libxml++: Update to 3.0.1.
    
    * gnu/packages/gnome.scm (libxml++): Update to 3.0.1.
---
 gnu/packages/gnome.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2d97f22..c6a3367 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2015 Andy Wingo <address@hidden>
 ;;; Copyright © 2015 David Hashe <address@hidden>
 ;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2015, 2016 Mark H Weaver <address@hidden>
+;;; Copyright © 2015, 2016, 2017 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 David Thompson <address@hidden>
 ;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Rene Saavedra <address@hidden>
@@ -4563,7 +4563,7 @@ the available networks and allows users to easily switch 
between them.")
 (define-public libxml++
   (package
     (name "libxml++")
-    (version "3.0.0")
+    (version "3.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4571,7 +4571,7 @@ the available networks and allows users to easily switch 
between them.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0lkrajbdys5f6w6qwfijih3hnbk4c6809qx2mmxkb7bj2w269wrg"))))
+                "19kik79fmg61nv0by0a5f9wchrcfjwzvih4v2waw01hqflhqvp0r"))))
     (build-system gnu-build-system)
     ;; libxml++-3.0.pc refers to all these.
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]