guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: texmacs: Update to 2.1.4.


From: guix-commits
Subject: 03/05: gnu: texmacs: Update to 2.1.4.
Date: Sun, 17 Mar 2024 12:25:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 25d241dc6ead32e850c98ef9ce7777c27ed00505
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 16:48:06 2024 +0100

    gnu: texmacs: Update to 2.1.4.
    
    * gnu/packages/text-editors.scm (texmacs): Update to 2.1.4.
    
    Change-Id: Ie62976f58d877194196f5d8cbf230716596344f2
---
 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 2c9b7d0490..538d32296e 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -960,14 +960,14 @@ editors.")
 (define-public texmacs
   (package
     (name "texmacs")
-    (version "2.1.1")
+    (version "2.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.texmacs.org/Download/ftp/tmftp/";
                            "source/TeXmacs-" version "-src.tar.gz"))
        (sha256
-        (base32 "0c780vcwppzhb70d3d96md3hra7338d4fv3aj0sm7jx0mj2a334i"))))
+        (base32 "11l1q5lmsj9g7yil1dn7n1cgsr8iikx59kg9riahpb6xw0p959l7"))))
     (build-system cmake-build-system)
     (native-inputs
      (list pkg-config xdg-utils))       ;for xdg-icon-resource



reply via email to

[Prev in Thread] Current Thread [Next in Thread]