Archived
1
0
Fork 0

gnu: lyx: Update to 2.3.7.

* gnu/packages/tex.scm (lyx): Update to 2.3.7.
This commit is contained in:
Nicolas Goaziou 2023-01-08 11:45:40 +01:00
parent a1e33b7d8f
commit e09f3cf9b9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8315,15 +8315,18 @@ and Karl Berry.")
(define-public lyx (define-public lyx
(package (package
(name "lyx") (name "lyx")
(version "2.3.6.1") (version "2.3.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://ftp.lyx.org/pub/lyx/stable/" ;; XXX: Upstream version is 2.3.7, but they released a suffixed
;; tarball. This can probably be removed after next release.
(uri (let ((suffix "-1"))
(string-append "https://ftp.lyx.org/pub/lyx/stable/"
(version-major+minor version) ".x/" (version-major+minor version) ".x/"
"lyx-" version ".tar.xz")) "lyx-" version suffix ".tar.xz")))
(sha256 (sha256
(base32 (base32
"0y7sx804ral14py5jwmb3icvyd6rsw806dfclw0qx28r6iix5gn6")) "1vfq30big55038bcymh83xh9dqp9wn0gnw0f6644xcw6zdj8igir"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin