gnu: yelp-tools: Update to 3.28.0.

* gnu/packages/gnome.scm (yelp-tools): Update to 3.28.0.
This commit is contained in:
Ricardo Wurmus 2018-08-05 13:49:42 +02:00
parent 7c2139005b
commit 2089bca52a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4456,7 +4456,7 @@ freedesktop.org help system specification.")
(define-public yelp-tools (define-public yelp-tools
(package (package
(name "yelp-tools") (name "yelp-tools")
(version "3.18.0") (version "3.28.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -4464,7 +4464,7 @@ freedesktop.org help system specification.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0ck9f78c1xka8a823bd7w1k0gdn4k19zvaj7viy2d5r3h1gxdhf6")))) "1b61dmlb1sd50fgq6zgnkcpx2s1py33q0x9cx67fzpsr4gmgxnw2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))