gnu: yelp: Update to 41.0.
* gnu/packages/gnome.scm (yelp): Update to 41.0.
This commit is contained in:
parent
86389d147d
commit
f17ca6f2b8
1 changed files with 2 additions and 2 deletions
|
@ -6972,7 +6972,7 @@ jQuery.Syntax JavaScript libraries.")
|
||||||
(define-public yelp
|
(define-public yelp
|
||||||
(package
|
(package
|
||||||
(name "yelp")
|
(name "yelp")
|
||||||
(version "40.3")
|
(version "41.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 "/"
|
||||||
|
@ -6980,7 +6980,7 @@ jQuery.Syntax JavaScript libraries.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08zflnnw6as96n33xhn7zz78r7akbl0i1fzcg2z8jqgja5w88wx1"))))
|
"11shrqass8ak8m10nayqssa6sbrrxa13ffpamvqi1c0yzkxdk9r5"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
||||||
|
|
Reference in a new issue