guix-commits
[Top][All Lists]
Advanced

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

47/117: gnu: devhelp: Update to 3.38.1.


From: guix-commits
Subject: 47/117: gnu: devhelp: Update to 3.38.1.
Date: Tue, 23 Mar 2021 19:25:47 -0400 (EDT)

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

commit cd1cb3fbf7ece4c86a77bea3ed5b3098c055eb51
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:39:23 2021 +0100

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



reply via email to

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