guix-commits
[Top][All Lists]
Advanced

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

52/63: gnu: yelp: Update to 3.32.2.


From: guix-commits
Subject: 52/63: gnu: yelp: Update to 3.32.2.
Date: Thu, 7 Nov 2019 09:57:49 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 25f0b3e9bf0fb47b1d0ae4894bf0e5dccc0a1e4c
Author: Kei Kebreau <address@hidden>
Date:   Mon Oct 28 21:13:38 2019 -0400

    gnu: yelp: Update to 3.32.2.
    
    * gnu/packages/gnome.scm (yelp): Update to 3.32.2.
---
 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 7c25662..fa5d4d9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4622,7 +4622,7 @@ to format Docbook and Mallard documents.")
 (define-public yelp
   (package
     (name "yelp")
-    (version "3.30.0")
+    (version "3.32.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4630,7 +4630,7 @@ to format Docbook and Mallard documents.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "060a902j15k76fyhk8xfl38ipvrrcc0qd7nm2mcck4ifb45b0zv4"))))
+                "0yrl96icmmrxvg7sxl519gzg9qb368cmzgrr9ddh181ignkxzx7f"))))
     (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]