guix-commits
[Top][All Lists]
Advanced

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

80/97: gnu: yelp: Update to 3.20.0.


From: Ludovic Courtès
Subject: 80/97: gnu: yelp: Update to 3.20.0.
Date: Wed, 13 Apr 2016 17:31:49 +0000

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

commit e870494541f81c978a4efe9f857436abd1e8014a
Author: 宋文武 <address@hidden>
Date:   Thu Apr 7 09:40:13 2016 +0800

    gnu: yelp: Update to 3.20.0.
    
    * gnu/packages/gnome.scm (yelp): Update to 3.20.0.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fef0317..83fa820 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3598,7 +3598,7 @@ to format Docbook and Mallard documents.")
 (define-public yelp
   (package
     (name "yelp")
-    (version "3.18.1")
+    (version "3.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3606,7 +3606,7 @@ to format Docbook and Mallard documents.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "10384lr712xdr8zbi07vqh0cf4nd7ybg1vs05r5cy3kwf6s4wfms"))))
+                "0g404njlgr38nif9hb3krybavk56wplkafxvfibcg68iqp9465dz"))))
     (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]