guix-commits
[Top][All Lists]
Advanced

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

09/135: gnu: yelp-tools: Update to 3.28.0.


From: guix-commits
Subject: 09/135: gnu: yelp-tools: Update to 3.28.0.
Date: Fri, 21 Dec 2018 14:37:26 -0500 (EST)

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

commit 63239958831b8751db1fec7e04c8147788815194
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 5 13:49:42 2018 +0200

    gnu: yelp-tools: Update to 3.28.0.
    
    * gnu/packages/gnome.scm (yelp-tools): Update to 3.28.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 e63bb25..181ef31 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4354,7 +4354,7 @@ freedesktop.org help system specification.")
 (define-public yelp-tools
   (package
     (name "yelp-tools")
-    (version "3.18.0")
+    (version "3.28.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4362,7 +4362,7 @@ freedesktop.org help system specification.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ck9f78c1xka8a823bd7w1k0gdn4k19zvaj7viy2d5r3h1gxdhf6"))))
+                "1b61dmlb1sd50fgq6zgnkcpx2s1py33q0x9cx67fzpsr4gmgxnw2"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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