summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/text-editors.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 168c228ad8..9e81333865 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019 Efraim Flashner <[email protected]>
;;; Copyright © 2019 Andreas Enge <[email protected]>
-;;; Copyright © 2019, 2020 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2019, 2020, 2021 Nicolas Goaziou <[email protected]>
;;; Copyright © 2020 Marius Bakke <[email protected]>
;;; Copyright © 2020 Tom Zander <[email protected]>
;;; Copyright © 2020 Mark Meyer <[email protected]>
@@ -805,14 +805,14 @@ editors.")
(define-public texmacs
(package
(name "texmacs")
- (version "1.99.16")
+ (version "1.99.18")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.texmacs.org/Download/ftp/tmftp/"
"source/TeXmacs-" version "-src.tar.gz"))
(sha256
- (base32 "118sk75k0k9pkyfyx000n2ypab8vm1lz5zxkkdmsi5nwyr3rp56s"))))
+ (base32 "0il3fwgw20421aj90wg8kyhkwk6lbgb3bb2g5qamh5lk90yj725i"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)