guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: xnedit: Update to 1.5.2


From: guix-commits
Subject: 06/13: gnu: xnedit: Update to 1.5.2
Date: Sat, 14 Oct 2023 16:49:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 33814fececcae639c88070ab2f8a8cc0e7d3715c
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Oct 11 22:01:16 2023 -0700

    gnu: xnedit: Update to 1.5.2
    
    * gnu/packages/text-editors.scm (xnedit): Update to 1.5.2
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/text-editors.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 7696217829..f5714e934a 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1465,14 +1465,14 @@ highlighting for dozens of languages.  Jed is very 
small and fast.")
 (define-public xnedit
   (package
     (name "xnedit")
-    (version "1.5.1")
+    (version "1.5.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/xnedit/" name "-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "14irfn9izkbd72yynfy634vc9pk2kmhkdmzb2w9al44wfzixlal3"))))
+                "09424qj03p7v7ih2gi3jnpm5iilr24ssab8rkijcjh6n9qn7izl0"))))
 
     (build-system gnu-build-system)
     (arguments



reply via email to

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