gnu: texmacs: Update to 1.99.21.
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.21.master
parent
5af640b6d7
commit
4e74d25d85
|
@ -806,14 +806,14 @@ editors.")
|
||||||
(define-public texmacs
|
(define-public texmacs
|
||||||
(package
|
(package
|
||||||
(name "texmacs")
|
(name "texmacs")
|
||||||
(version "1.99.20")
|
(version "1.99.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.texmacs.org/Download/ftp/tmftp/"
|
(uri (string-append "https://www.texmacs.org/Download/ftp/tmftp/"
|
||||||
"source/TeXmacs-" version "-src.tar.gz"))
|
"source/TeXmacs-" version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wny36qsgzpp084h2i85rd3l8fq1q69sglc266prb06ygcb0iyia"))))
|
(base32 "0zmm8212cha22dp1xablj1h4anlnyhjh09n13ckqf6ppb1bkf4gm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in New Issue