summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-06 18:43:01 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:39 -0400
commit9d029b7fc948208812be989457b28955246cbf7e (patch)
treece1d49b9898a9ca25b1e5c0349e70bea72d028f0
parent8748e29c563d9315ce34579b0a2ae26d739a5f21 (diff)
downloadguix-9d029b7fc948208812be989457b28955246cbf7e.tar.gz
gnu: yelp: Update to 3.30.0.
* gnu/packages/gnome.scm (yelp): Update to 3.30.0.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 699026386b..0c10de7c18 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4527,7 +4527,7 @@ to format Docbook and Mallard documents.")
 (define-public yelp
   (package
     (name "yelp")
-    (version "3.28.1")
+    (version "3.30.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4535,7 +4535,7 @@ to format Docbook and Mallard documents.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "033w5qnhm495pnvscnb3k2dagzgq4fsnzcrh0k2rgr10mw2mv2p8"))))
+                "060a902j15k76fyhk8xfl38ipvrrcc0qd7nm2mcck4ifb45b0zv4"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.