gnu: texmacs: Update to 1.99.11.
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.11.
This commit is contained in:
parent
000faac0a2
commit
ad9fd1ba2c
|
@ -400,15 +400,14 @@ editors.")
|
||||||
(define-public texmacs
|
(define-public texmacs
|
||||||
(package
|
(package
|
||||||
(name "texmacs")
|
(name "texmacs")
|
||||||
(version "1.99.9")
|
(version "1.99.11")
|
||||||
(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
|
(base32 "12bp0f34izzqimz49lfpgf4lyz3h45s9xbmk8v6zsawdjki76alg"))
|
||||||
"0i95sf9y8qpgxd8f39cprbp3s200nm9lml0xdpyn46n838acvw19"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -424,7 +423,7 @@ editors.")
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("qt" ,qt-4)))
|
("qt" ,qt-4)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no check target
|
`(#:tests? #f ; no check target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'gzip-flags
|
(add-before 'configure 'gzip-flags
|
||||||
|
|
Loading…
Reference in New Issue