Archived
1
0
Fork 0

gnu: texmacs: Update to 1.99.16.

* gnu/packages/text-editors.scm (texmacs): Update to 1.99.16.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-28 22:25:49 +01:00
parent eaf4875fc2
commit c282a8ff35
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -756,14 +756,14 @@ editors.")
(define-public texmacs (define-public texmacs
(package (package
(name "texmacs") (name "texmacs")
(version "1.99.15") (version "1.99.16")
(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 "09r88yi2k1vi9pmszw97zblw8bs79h2d5ivb6xk652zyrls2lkvd")))) (base32 "118sk75k0k9pkyfyx000n2ypab8vm1lz5zxkkdmsi5nwyr3rp56s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)