gnu: yelp: Update to 3.28.1.
* gnu/packages/gnome.scm (yelp): Update to 3.28.1.
This commit is contained in:
parent
8c5b884c34
commit
ef7f084fe5
1 changed files with 2 additions and 2 deletions
|
@ -4422,7 +4422,7 @@ to format Docbook and Mallard documents.")
|
||||||
(define-public yelp
|
(define-public yelp
|
||||||
(package
|
(package
|
||||||
(name "yelp")
|
(name "yelp")
|
||||||
(version "3.22.0")
|
(version "3.28.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -4430,7 +4430,7 @@ to format Docbook and Mallard documents.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13kpi0qmnfx2xwizyhmf5i5xaw9ckcn1k7v0289p7als4dybf5l6"))))
|
"033w5qnhm495pnvscnb3k2dagzgq4fsnzcrh0k2rgr10mw2mv2p8"))))
|
||||||
(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