guix-commits
[Top][All Lists]
Advanced

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

72/117: gnu: libxml++: Update to 3.0.1.


From: guix-commits
Subject: 72/117: gnu: libxml++: Update to 3.0.1.
Date: Tue, 23 Mar 2021 19:25:55 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit f6d6192131ba2b321a55366099745baa0e23f4e1
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 1822c37..51f6e32 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7925,7 +7925,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 "/"
@@ -7933,7 +7933,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



reply via email to

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