me
/
guix
Archived
1
0
Fork 0

gnu: texmacs: Update to 2.1.4.

* gnu/packages/text-editors.scm (texmacs): Update to 2.1.4.

Change-Id: Ie62976f58d877194196f5d8cbf230716596344f2
master
Nicolas Goaziou 2024-03-17 16:48:06 +01:00
parent a5ca47bc3d
commit 25d241dc6e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -960,14 +960,14 @@ editors.")
(define-public texmacs (define-public texmacs
(package (package
(name "texmacs") (name "texmacs")
(version "2.1.1") (version "2.1.4")
(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 "0c780vcwppzhb70d3d96md3hra7338d4fv3aj0sm7jx0mj2a334i")))) (base32 "11l1q5lmsj9g7yil1dn7n1cgsr8iikx59kg9riahpb6xw0p959l7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list pkg-config xdg-utils)) ;for xdg-icon-resource (list pkg-config xdg-utils)) ;for xdg-icon-resource