guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lyx: Update to 2.3.6.1.


From: guix-commits
Subject: branch master updated: gnu: lyx: Update to 2.3.6.1.
Date: Thu, 11 Feb 2021 09:13:22 -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 8738c65  gnu: lyx: Update to 2.3.6.1.
8738c65 is described below

commit 8738c65b85831cfbcce8943777b06ab80e0da513
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 11 15:11:57 2021 +0100

    gnu: lyx: Update to 2.3.6.1.
    
    * gnu/packages/tex.scm (lyx): Update to 2.3.6.1.
---
 gnu/packages/tex.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bdf881f..4858ba5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6356,7 +6356,7 @@ and Karl Berry.")
 (define-public lyx
   (package
     (name "lyx")
-    (version "2.3.5.1")
+    (version "2.3.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.lyx.org/pub/lyx/stable/";
@@ -6364,7 +6364,7 @@ and Karl Berry.")
                                   "lyx-" version ".tar.xz"))
               (sha256
                (base32
-                "0mv32s26igm0pd8vs7d2mk1240dpr83y0a2wyh3xz6b67ph0w157"))
+                "0y7sx804ral14py5jwmb3icvyd6rsw806dfclw0qx28r6iix5gn6"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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