guix-commits
[Top][All Lists]
Advanced

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

84/107: gnu: devhelp: Update to 3.36.1.


From: guix-commits
Subject: 84/107: gnu: devhelp: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:32 -0400 (EDT)

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

commit fe267b15160ca84971472cb6954d7e1afd66a944
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 23:44:11 2020 -0400

    gnu: devhelp: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (devhelp): Update to 3.36.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 13fdc94..8a13664 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4399,7 +4399,7 @@ both a traditional UI or a modern UI with a 
GtkHeaderBar.")
 (define-public devhelp
   (package
     (name "devhelp")
-    (version "3.34.0")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4407,7 +4407,7 @@ both a traditional UI or a modern UI with a 
GtkHeaderBar.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0zpmn6fgkgiayvn4diia5df0s6s7dqrdnp3nrvpavsmgn0vhb4pg"))))
+                "0gcakbq2fci6cf5z8lakydqnynasp74djfy53bh7jjmw0a9yry2c"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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