gnu: yelp-tools: Update to 3.32.2.

* gnu/packages/gnome.scm (yelp-tools): Update to 3.32.2.
This commit is contained in:
Marius Bakke 2020-01-23 23:20:48 +01:00
parent 632a9b32c5
commit 8fe8a42a90
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5632,7 +5632,7 @@ (define-public yelp
(define-public yelp-tools (define-public yelp-tools
(package (package
(name "yelp-tools") (name "yelp-tools")
(version "3.28.0") (version "3.32.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -5640,7 +5640,7 @@ (define-public yelp-tools
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1b61dmlb1sd50fgq6zgnkcpx2s1py33q0x9cx67fzpsr4gmgxnw2")))) "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))