mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: yelp-xsl: Update to 41.0.
* gnu/packages/gnome.scm (yelp-xsl): Update to 41.0. [origin]: Adjust URI.
This commit is contained in:
parent
ef77c3b3f1
commit
86389d147d
1 changed files with 3 additions and 3 deletions
|
@ -6930,16 +6930,16 @@ (define-public d-feet
|
||||||
(define-public yelp-xsl
|
(define-public yelp-xsl
|
||||||
(package
|
(package
|
||||||
(name "yelp-xsl")
|
(name "yelp-xsl")
|
||||||
(version "3.34.2")
|
(version "41.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "mirror://gnome/sources/" name "/"
|
(string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
|
(base32 "19d46rkajvr0f04560vlrzwvac88x5j8ilvzwkawbn5vjg069kf8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue