guix-commits
[Top][All Lists]
Advanced

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

08/74: gnu: yelp: Update to 3.28.1.


From: guix-commits
Subject: 08/74: gnu: yelp: Update to 3.28.1.
Date: Tue, 4 Dec 2018 10:39:44 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 53acc5ceb4fc910cab4b60244e92f4d42d7e848d
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 5 13:48:45 2018 +0200

    gnu: yelp: Update to 3.28.1.
    
    * gnu/packages/gnome.scm (yelp): Update to 3.28.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 b497b96..51d4a63 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4317,7 +4317,7 @@ to format Docbook and Mallard documents.")
 (define-public yelp
   (package
     (name "yelp")
-    (version "3.22.0")
+    (version "3.28.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4325,7 +4325,7 @@ to format Docbook and Mallard documents.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "13kpi0qmnfx2xwizyhmf5i5xaw9ckcn1k7v0289p7als4dybf5l6"))))
+                "033w5qnhm495pnvscnb3k2dagzgq4fsnzcrh0k2rgr10mw2mv2p8"))))
     (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]