gnu: yelp: Update to 40.3.

* gnu/packages/gnome.scm (yelp): Update to 40.3.
[source]: Fix the URI.
This commit is contained in:
Mathieu Othacehe 2021-09-25 14:15:25 +00:00
parent c8097564ae
commit 816a782904
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -6903,15 +6903,15 @@ (define-public yelp-xsl
(define-public yelp (define-public yelp
(package (package
(name "yelp") (name "yelp")
(version "3.32.2") (version "40.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/" (version-major version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0yrl96icmmrxvg7sxl519gzg9qb368cmzgrr9ddh181ignkxzx7f")))) "08zflnnw6as96n33xhn7zz78r7akbl0i1fzcg2z8jqgja5w88wx1"))))
(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.