diff options
| -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) |
