z572 pushed a commit to branch master
in repository guix.

commit 8b9ddfbe511f3a06b542d5fd62f9ca12d5248585
Author: Andy Tai <[email protected]>
AuthorDate: Sat Mar 22 01:09:28 2025 -0700

    gnu: xnedit: Update to 1.6.3.
    
    * gnu/packages/text-editors.scm (xnedit): Update to 1.6.3.
    
    Change-Id: I06a231daefdc93a9c04a3bec2bc67e99e0e00630
    Signed-off-by: Zheng Junjie <[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 d4e5e5e65e..33462748fc 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1870,14 +1870,14 @@ highlighting for dozens of languages.  Jed is very 
small and fast.")
 (define-public xnedit
   (package
     (name "xnedit")
-    (version "1.6.2")
+    (version "1.6.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/xnedit/" name "-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0y4cwnbsrf9myxwj84jklrzqlvp512nygh0gqnvmsif4g3iqah0y"))))
+                "0mb30xl0j27fs37hxskap50xawv7f1pb6ymp6yh8dz8j4iwrz9lb"))))
 
     (build-system gnu-build-system)
     (arguments

Reply via email to