gnu: docbook-xsl: Update to 1.79.1.
* gnu/packages/docbook.scm (docbook-xsl): Update to 1.79.1.
This commit is contained in:
parent
0bd1097c50
commit
cf7daaf5da
1 changed files with 2 additions and 2 deletions
|
@ -132,14 +132,14 @@ by no means limited to these applications.) This package provides XML DTDs.")
|
||||||
(define-public docbook-xsl
|
(define-public docbook-xsl
|
||||||
(package
|
(package
|
||||||
(name "docbook-xsl")
|
(name "docbook-xsl")
|
||||||
(version "1.78.1")
|
(version "1.79.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/docbook/docbook-xsl/"
|
(uri (string-append "mirror://sourceforge/docbook/docbook-xsl/"
|
||||||
version "/docbook-xsl-" version ".tar.bz2"))
|
version "/docbook-xsl-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rxl013ncmz1n6ymk2idvx3hix9pdabk8xn01cpcv32wmfb753y9"))))
|
"0s59lihif2fr7rznckxr2kfyrvkirv76r1zvidp9b5mj28p4apvj"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:builder (let ((name-version (string-append ,name "-" ,version)))
|
`(#:builder (let ((name-version (string-append ,name "-" ,version)))
|
||||||
|
|
Reference in a new issue