guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: xnedit: Update to 1.6.1.


From: guix-commits
Subject: 01/02: gnu: xnedit: Update to 1.6.1.
Date: Wed, 8 Jan 2025 04:10:59 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit 6ef627d0402ac8327eaf044c6e40bda75d74d8e5
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue Jan 7 21:59:37 2025 -0800

    gnu: xnedit: Update to 1.6.1.
    
    * gnu/packages/text-editors.scm (xnedit): Update to 1.6.1.
    
    Change-Id: I0122af491df6465b722f3dd4fd7a3d4a1f839b20
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 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 9060fc72e2..bb5b821cf5 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1691,14 +1691,14 @@ highlighting for dozens of languages.  Jed is very 
small and fast.")
 (define-public xnedit
   (package
     (name "xnedit")
-    (version "1.6.0")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/xnedit/" name "-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1f2r0k2mcicjns5aic6vlpwwy9ccqzwbm46r6403rwwmwg5zk2pg"))))
+                "167v7fqnk5zg7jg6iid92wygk6vya7klnhnmgbsghaacg8dnldkf"))))
 
     (build-system gnu-build-system)
     (arguments



reply via email to

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