diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-28 22:25:49 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-28 22:27:11 +0100 |
| commit | c282a8ff35cdf4560e225bad08a88c28be387acb (patch) | |
| tree | 86bfc1692326ab8ba23af92693386b12fcd3534d | |
| parent | eaf4875fc239aebd19cf776b0b5272076cd2b430 (diff) | |
gnu: texmacs: Update to 1.99.16.
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.16.
| -rw-r--r-- | gnu/packages/text-editors.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index f0bfaad12d8..e7579ad56df 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm | |||
| @@ -756,14 +756,14 @@ editors.") | |||
| 756 | (define-public texmacs | 756 | (define-public texmacs |
| 757 | (package | 757 | (package |
| 758 | (name "texmacs") | 758 | (name "texmacs") |
| 759 | (version "1.99.15") | 759 | (version "1.99.16") |
| 760 | (source | 760 | (source |
| 761 | (origin | 761 | (origin |
| 762 | (method url-fetch) | 762 | (method url-fetch) |
| 763 | (uri (string-append "https://www.texmacs.org/Download/ftp/tmftp/" | 763 | (uri (string-append "https://www.texmacs.org/Download/ftp/tmftp/" |
| 764 | "source/TeXmacs-" version "-src.tar.gz")) | 764 | "source/TeXmacs-" version "-src.tar.gz")) |
| 765 | (sha256 | 765 | (sha256 |
| 766 | (base32 "09r88yi2k1vi9pmszw97zblw8bs79h2d5ivb6xk652zyrls2lkvd")))) | 766 | (base32 "118sk75k0k9pkyfyx000n2ypab8vm1lz5zxkkdmsi5nwyr3rp56s")))) |
| 767 | (build-system gnu-build-system) | 767 | (build-system gnu-build-system) |
| 768 | (native-inputs | 768 | (native-inputs |
| 769 | `(("pkg-config" ,pkg-config) | 769 | `(("pkg-config" ,pkg-config) |
