mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: yelp: Update to 40.3.
* gnu/packages/gnome.scm (yelp): Update to 40.3. [source]: Fix the URI.
This commit is contained in:
parent
c8097564ae
commit
816a782904
1 changed files with 3 additions and 3 deletions
|
@ -6903,15 +6903,15 @@ (define-public yelp-xsl
|
|||
(define-public yelp
|
||||
(package
|
||||
(name "yelp")
|
||||
(version "3.32.2")
|
||||
(version "40.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(version-major+minor version) "/"
|
||||
(version-major version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yrl96icmmrxvg7sxl519gzg9qb368cmzgrr9ddh181ignkxzx7f"))))
|
||||
"08zflnnw6as96n33xhn7zz78r7akbl0i1fzcg2z8jqgja5w88wx1"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
||||
|
|
Loading…
Reference in a new issue