iyzsong pushed a commit to branch master
in repository guix.

commit 07117ecf695464c419aea3075b761f6014e0256b
Author: Andy Tai <[email protected]>
AuthorDate: Tue Feb 11 22:21:46 2025 -0800

    gnu: xnedit: Update to 1.6.2.
    
    * gnu/packages/text-editors.scm (xnedit): Update to 1.6.2.
    
    Change-Id: Id2685b845e20e753a63b53538c3f4c8baa50b24b
    Signed-off-by: 宋文武 <[email protected]>
---
 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 202a4545cb..f52bc092f1 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1815,14 +1815,14 @@ highlighting for dozens of languages.  Jed is very 
small and fast.")
 (define-public xnedit
   (package
     (name "xnedit")
-    (version "1.6.1")
+    (version "1.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/xnedit/" name "-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "167v7fqnk5zg7jg6iid92wygk6vya7klnhnmgbsghaacg8dnldkf"))))
+                "0y4cwnbsrf9myxwj84jklrzqlvp512nygh0gqnvmsif4g3iqah0y"))))
 
     (build-system gnu-build-system)
     (arguments

Reply via email to