[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: lyx: Update to 2.3.3.
From: |
guix-commits |
Subject: |
02/11: gnu: lyx: Update to 2.3.3. |
Date: |
Mon, 11 Nov 2019 21:34:19 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 8c183d95af545874b5831758e153e0db620298e1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Nov 11 16:26:05 2019 +0100
gnu: lyx: Update to 2.3.3.
* gnu/packages/tex.scm (lyx): Update to 2.3.3.
[native-inputs]: Remove bc.
---
gnu/packages/tex.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bf98637..1eb4706 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6229,7 +6229,7 @@ and Karl Berry.")
(define-public lyx
(package
(name "lyx")
- (version "2.3.2-2")
+ (version "2.3.3")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.lyx.org/pub/lyx/stable/"
@@ -6237,7 +6237,7 @@ and Karl Berry.")
"lyx-" version ".tar.gz"))
(sha256
(base32
- "0vr0qwis6rhind6azfa270hqxci7rj8qb1kk5x6lm80mc34nvrqi"))
+ "0j3xincwmsscfgv13g3z6h4kx1qfzgg8x71fs393akcdxsh2g07c"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -6313,9 +6313,8 @@ and Karl Berry.")
;; "requires a bytes-like object, not 'str'". This may be fixed with
;; upgrades to Python.
(native-inputs
- `(("python" ,python-2)
- ("pkg-config" ,pkg-config)
- ("bc" ,bc)))
+ `(("python-2" ,python-2)
+ ("pkg-config" ,pkg-config)))
(home-page "https://www.lyx.org/")
(synopsis "Document preparation system with GUI")
(description "LyX is a document preparation system. It excels at letting
- branch master updated (a2161c8 -> 9dd6b8d), guix-commits, 2019/11/11
- 10/11: gnu: libstrophe: Don't use unstable tarball., guix-commits, 2019/11/11
- 04/11: gnu: rng-tools: Update to 6.8., guix-commits, 2019/11/11
- 07/11: gnu: highlight: Update to 3.54., guix-commits, 2019/11/11
- 08/11: gnu: libmbim: Update to 1.20.2., guix-commits, 2019/11/11
- 01/11: gnu: lyx: Don't use NAME in source URI., guix-commits, 2019/11/11
- 09/11: gnu: libstrophe: Update to 0.9.3., guix-commits, 2019/11/11
- 02/11: gnu: lyx: Update to 2.3.3.,
guix-commits <=
- 03/11: gnu: dialog: Update to 1.3-20191110., guix-commits, 2019/11/11
- 06/11: gnu: lilv: Update to 0.24.6., guix-commits, 2019/11/11
- 11/11: gnu: sratom: Update to 0.6.4., guix-commits, 2019/11/11
- 05/11: gnu: sord: Update to 0.16.4., guix-commits, 2019/11/11