summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-11 16:26:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 03:33:06 +0100
commit8c183d95af545874b5831758e153e0db620298e1 (patch)
treefbc76f300b832473f5d0278802be55d0a038951c /gnu/packages/tex.scm
parent3a4b8f446440eae2001b529ec26c88e214a0ae75 (diff)
downloadguix-patches-8c183d95af545874b5831758e153e0db620298e1.tar
guix-patches-8c183d95af545874b5831758e153e0db620298e1.tar.gz
gnu: lyx: Update to 2.3.3.
* gnu/packages/tex.scm (lyx): Update to 2.3.3. [native-inputs]: Remove bc.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bf986378e6..1eb4706405 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