summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-10-28 21:13:38 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:15 -0500
commit1f1b6d608b5f413f9dc99584207096be54e28917 (patch)
tree430235899b4992315ed6429e468f93af85565109 /gnu/packages/gnome.scm
parentbcea3c11d691712039addc4037943b257e9d7967 (diff)
downloadpatches-1f1b6d608b5f413f9dc99584207096be54e28917.tar
patches-1f1b6d608b5f413f9dc99584207096be54e28917.tar.gz
gnu: yelp: Update to 3.32.2.
* gnu/packages/gnome.scm (yelp): Update to 3.32.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 297b2f55f8..2702b73867 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4876,7 +4876,7 @@ to format Docbook and Mallard documents.")
(define-public yelp
(package
(name "yelp")
- (version "3.30.0")
+ (version "3.32.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4884,7 +4884,7 @@ to format Docbook and Mallard documents.")
name "-" version ".tar.xz"))
(sha256
(base32
- "060a902j15k76fyhk8xfl38ipvrrcc0qd7nm2mcck4ifb45b0zv4"))))
+ "0yrl96icmmrxvg7sxl519gzg9qb368cmzgrr9ddh181ignkxzx7f"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.