mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: texmacs: Update to 1.99.18.
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.18.
This commit is contained in:
parent
8738c65b85
commit
c207a8ac49
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2019 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2019 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2019, 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2020 Tom Zander <tomz@freedommail.ch>
|
;;; Copyright © 2020 Tom Zander <tomz@freedommail.ch>
|
||||||
;;; Copyright © 2020 Mark Meyer <mark@ofosos.org>
|
;;; Copyright © 2020 Mark Meyer <mark@ofosos.org>
|
||||||
|
@ -805,14 +805,14 @@ (define-public editorconfig-core-c
|
||||||
(define-public texmacs
|
(define-public texmacs
|
||||||
(package
|
(package
|
||||||
(name "texmacs")
|
(name "texmacs")
|
||||||
(version "1.99.16")
|
(version "1.99.18")
|
||||||
(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 "118sk75k0k9pkyfyx000n2ypab8vm1lz5zxkkdmsi5nwyr3rp56s"))))
|
(base32 "0il3fwgw20421aj90wg8kyhkwk6lbgb3bb2g5qamh5lk90yj725i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue