gnu: Remove texinfo@6.6
* gnu/packages/texinfo.scm (texinfo): Update to 6.7. (texinfo-6.7): Remove variable.master
parent
8ed9be3fac
commit
64b39d6e42
|
@ -42,14 +42,14 @@
|
||||||
(define-public texinfo
|
(define-public texinfo
|
||||||
(package
|
(package
|
||||||
(name "texinfo")
|
(name "texinfo")
|
||||||
(version "6.6")
|
(version "6.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/texinfo/texinfo-"
|
(uri (string-append "mirror://gnu/texinfo/texinfo-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rixv4c301djr0d0cnsxs8c1wjndi6bf9vi5axz6mwjkv80cmfcv"))))
|
"1aicn1v3czqii08wc91jw089n1x3gfchkf808q2as59dak0h714q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; When cross-compiling, the package is configured twice: once with the
|
;; When cross-compiling, the package is configured twice: once with the
|
||||||
|
@ -91,18 +91,6 @@ their source and the command-line Info reader. The emphasis of the language
|
||||||
is on expressing the content semantically, avoiding physical markup commands.")
|
is on expressing the content semantically, avoiding physical markup commands.")
|
||||||
(license gpl3+)))
|
(license gpl3+)))
|
||||||
|
|
||||||
(define-public texinfo-6.7
|
|
||||||
(package
|
|
||||||
(inherit texinfo)
|
|
||||||
(version "6.7")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://gnu/texinfo/texinfo-"
|
|
||||||
version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1aicn1v3czqii08wc91jw089n1x3gfchkf808q2as59dak0h714q"))))))
|
|
||||||
|
|
||||||
(define-public texinfo-5
|
(define-public texinfo-5
|
||||||
(package (inherit texinfo)
|
(package (inherit texinfo)
|
||||||
(version "5.2")
|
(version "5.2")
|
||||||
|
|
Reference in New Issue