guix-commits
[Top][All Lists]
Advanced

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

40/48: gnu: yelp: Update to 3.30.0.


From: guix-commits
Subject: 40/48: gnu: yelp: Update to 3.30.0.
Date: Sat, 4 May 2019 04:10:06 -0400 (EDT)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 63567837ca2f1528dfb0ac134dc09930ea6fcd5a
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 6 18:43:01 2018 +0100

    gnu: yelp: Update to 3.30.0.
    
    * gnu/packages/gnome.scm (yelp): Update to 3.30.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 b2f32a8..1c684ec 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4533,7 +4533,7 @@ to format Docbook and Mallard documents.")
 (define-public yelp
   (package
     (name "yelp")
-    (version "3.28.1")
+    (version "3.30.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4541,7 +4541,7 @@ to format Docbook and Mallard documents.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "033w5qnhm495pnvscnb3k2dagzgq4fsnzcrh0k2rgr10mw2mv2p8"))))
+                "060a902j15k76fyhk8xfl38ipvrrcc0qd7nm2mcck4ifb45b0zv4"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.



reply via email to

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