[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: texmacs: Update to 1.99.15.
From: |
guix-commits |
Subject: |
branch master updated: gnu: texmacs: Update to 1.99.15. |
Date: |
Sun, 15 Nov 2020 16:56:37 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7140c55 gnu: texmacs: Update to 1.99.15.
7140c55 is described below
commit 7140c55d1712cca1a44fb4c968a0bef42c2324a4
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sun Nov 15 18:22:10 2020 +0800
gnu: texmacs: Update to 1.99.15.
* gnu/packages/text-editors.scm(texmacs): Update to 1.99.15.
[inputs]: Add qtsvg.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/text-editors.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0860189..f0bfaad 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)
@@ -773,7 +773,8 @@ editors.")
("guile" ,guile-1.8)
("perl" ,perl)
("python" ,python-wrapper)
- ("qt" ,qtbase)))
+ ("qt" ,qtbase)
+ ("qtsvg" ,qtsvg)))
(arguments
`(#:tests? #f ; no check target
#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: texmacs: Update to 1.99.15.,
guix-commits <=