guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: yelp: Update to 3.21.3


From: John Darrington
Subject: 01/05: gnu: yelp: Update to 3.21.3
Date: Tue, 30 Aug 2016 05:03:30 +0000 (UTC)

jmd pushed a commit to branch master
in repository guix.

commit 29405d882161e8bfa9aadf67bc264c2ee6c74fa4
Author: John Darrington <address@hidden>
Date:   Sat Aug 27 06:11:23 2016 +0200

    gnu: yelp: Update to 3.21.3
    
    * gnu/packages/gnome.scm (yelp): Update to 3.21.3
---
 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 f4488c9..5ea9714 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3711,7 +3711,7 @@ to format Docbook and Mallard documents.")
 (define-public yelp
   (package
     (name "yelp")
-    (version "3.20.1")
+    (version "3.21.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3719,7 +3719,7 @@ to format Docbook and Mallard documents.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1hh8yqbv0scn9nksk9mq94cb4sdczlzxplclv2wqr41jmm8v186x"))))
+                "1x8la7qn0l796p4nhprvkwb6sk6yc39xhq3gabvzrhdlb6mjgmrs"))))
     (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]