[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: texmacs: Update to 1.99.16.
From: |
guix-commits |
Subject: |
04/05: gnu: texmacs: Update to 1.99.16. |
Date: |
Sat, 28 Nov 2020 16:27:36 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c282a8ff35cdf4560e225bad08a88c28be387acb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 28 22:25:49 2020 +0100
gnu: texmacs: Update to 1.99.16.
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.16.
---
gnu/packages/text-editors.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index f0bfaad..e7579ad 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -756,14 +756,14 @@ editors.")
(define-public texmacs
(package
(name "texmacs")
- (version "1.99.15")
+ (version "1.99.16")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.texmacs.org/Download/ftp/tmftp/"
"source/TeXmacs-" version "-src.tar.gz"))
(sha256
- (base32 "09r88yi2k1vi9pmszw97zblw8bs79h2d5ivb6xk652zyrls2lkvd"))))
+ (base32 "118sk75k0k9pkyfyx000n2ypab8vm1lz5zxkkdmsi5nwyr3rp56s"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)