mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: yelp-tools: Update to 3.32.2.
* gnu/packages/gnome.scm (yelp-tools): Update to 3.32.2.
This commit is contained in:
parent
632a9b32c5
commit
8fe8a42a90
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue