emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#44654: closed ([PATCH] gnu: texmacs: Update to 1.99.15.)


From: GNU bug Tracking System
Subject: bug#44654: closed ([PATCH] gnu: texmacs: Update to 1.99.15.)
Date: Sun, 15 Nov 2020 21:59:02 +0000

Your message dated Sun, 15 Nov 2020 22:57:52 +0100
with message-id <87sg9amgf3.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#44654] [PATCH] gnu: texmacs: Update to 1.99.15.
has caused the debbugs.gnu.org bug report #44654,
regarding [PATCH] gnu: texmacs: Update to 1.99.15.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44654: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44654
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: texmacs: Update to 1.99.15. Date: Sun, 15 Nov 2020 18:22:10 +0800 User-agent: mu4e 1.4.13; emacs 27.1

Attachment: signature.asc
Description: PGP signature

>From 5037ce3094d73d37af43d5b60b1c84f0167618e3 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Sun, 15 Nov 2020 18:21:08 +0800
Subject: [PATCH] gnu: texmacs: Update to 1.99.15.

* gnu/packages/text-editors.scm(texmacs): Update to 1.99.15.
---
 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 0860189d48..2329a4e859 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -756,14 +756,14 @@ editors.")
 (define-public texmacs
   (package
     (name "texmacs")
-    (version "1.99.13")
+    (version "1.99.15")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.texmacs.org/Download/ftp/tmftp/";
                            "source/TeXmacs-" version "-src.tar.gz"))
        (sha256
-        (base32 "1d590yyanh2ar88pd0ns4mf616bq1lq4cwg93m863anhir5irb82"))))
+        (base32 "09r88yi2k1vi9pmszw97zblw8bs79h2d5ivb6xk652zyrls2lkvd"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.29.2

-- 
Retrieve my PGP public key: https://meta.sr.ht/~citreu.pgp

Zihao

--- End Message ---
--- Begin Message --- Subject: Re: [bug#44654] [PATCH] gnu: texmacs: Update to 1.99.15. Date: Sun, 15 Nov 2020 22:57:52 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Zhu Zihao <all_but_last@163.com> writes:

> Subject: [PATCH] gnu: texmacs: Update to 1.99.15.

Applied. Thank you.

I also added qtsvg to inputs in order for the package to build.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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