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 @@ (define-public yelp-xsl
|
|||
(define-public yelp
|
||||
(package
|
||||
(name "yelp")
|
||||
(version "3.22.0")
|
||||
(version "3.28.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -4430,7 +4430,7 @@ (define-public yelp
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13kpi0qmnfx2xwizyhmf5i5xaw9ckcn1k7v0289p7als4dybf5l6"))))
|
||||
"033w5qnhm495pnvscnb3k2dagzgq4fsnzcrh0k2rgr10mw2mv2p8"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
||||
|
|
Loading…
Reference in a new issue