guix-commits
[Top][All Lists]
Advanced

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

39/47: gnu: devhelp: Update to 3.34.0.


From: guix-commits
Subject: 39/47: gnu: devhelp: Update to 3.34.0.
Date: Mon, 23 Mar 2020 15:50:57 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 9bbcf76bf25908581b8de2e3c2b13a015986745e
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 23 10:43:22 2019 -0500

    gnu: devhelp: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (devhelp): Update to 3.34.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 96cce7a..af85a4a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4307,7 +4307,7 @@ both a traditional UI or a modern UI with a 
GtkHeaderBar.")
 (define-public devhelp
   (package
     (name "devhelp")
-    (version "3.32.0")
+    (version "3.34.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4315,7 +4315,7 @@ both a traditional UI or a modern UI with a 
GtkHeaderBar.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "06sa83zggk29wcg75fl3gqh0rmi7cd3gsbk09a2z23r7vpy7xanq"))))
+                "0zpmn6fgkgiayvn4diia5df0s6s7dqrdnp3nrvpavsmgn0vhb4pg"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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