gnu: yelp-xsl: Update to 3.36.0.
* gnu/packages/gnome.scm (yelp-xsl) [version]: Update to 3.36.0. [source]<origin>[sha256]: Modify base32. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
2394b76bd2
commit
dee784f6de
|
@ -6691,7 +6691,7 @@ of running programs and invoke methods on those interfaces.")
|
||||||
(define-public yelp-xsl
|
(define-public yelp-xsl
|
||||||
(package
|
(package
|
||||||
(name "yelp-xsl")
|
(name "yelp-xsl")
|
||||||
(version "3.34.2")
|
(version "3.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6700,7 +6700,7 @@ of running programs and invoke methods on those interfaces.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
|
(base32 "1hsfj3q3a3kca0cf9i02xlq2qd4vy12qsjb89hh4r6mp6c11rrag"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext-minimal" ,gettext-minimal)
|
`(("gettext-minimal" ,gettext-minimal)
|
||||||
|
|
Reference in New Issue