guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: xnedit: Update to 1.5.3.


From: guix-commits
Subject: 06/07: gnu: xnedit: Update to 1.5.3.
Date: Fri, 8 Mar 2024 22:37:53 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit f16a1125004fef707acb1947f1e08481096c5c15
Author: Andy Tai <atai@atai.org>
AuthorDate: Mon Mar 4 21:41:59 2024 -0800

    gnu: xnedit: Update to 1.5.3.
    
    * gnu/packages/text-editors.scm (xnedit): Update to 1.5.3.
    
    Change-Id: I65242f061e8ecbb8d23e7a3e9ad5c50b2fe98842
    Signed-off-by: 宋文武 <iyzsong@member.fsf.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 977a101c97..d17b370b6d 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1548,14 +1548,14 @@ highlighting for dozens of languages.  Jed is very 
small and fast.")
 (define-public xnedit
   (package
     (name "xnedit")
-    (version "1.5.2")
+    (version "1.5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/xnedit/" name "-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "09424qj03p7v7ih2gi3jnpm5iilr24ssab8rkijcjh6n9qn7izl0"))))
+                "10pw0yylhfmpcmhs74i3ikgsd8jq4dsy64zp9v14wj5s4qrac4c5"))))
 
     (build-system gnu-build-system)
     (arguments



reply via email to

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