unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64758] [PATCH] gnu: xnedit: Update to 1.5.0
@ 2023-07-21  6:06 Andy Tai
  2023-07-28 14:16 ` bug#64758: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2023-07-21  6:06 UTC (permalink / raw)
  To: 64758; +Cc: Andy Tai

* gnu/packages/text-editors.scm (xnedit): Update to 1.5.0
---
 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 f70a4302fd..44c5754d6d 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1465,14 +1465,14 @@ (define-public jed
 (define-public xnedit
   (package
     (name "xnedit")
-    (version "1.4.1")
+    (version "1.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/xnedit/" name "-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0fw3li7hr47hckm9pl1njx30lfr6cx2p094ir8zmgr91hyxidgld"))))
+                "09wvhg7rywfj7njl2fkzdhgwlgxw358423yiv2ay3k5zhbysxfik"))))
 
     (build-system gnu-build-system)
     (arguments

base-commit: 182be30fb1a8b847c30492462ec22c08ec7a9849
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-28 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-21  6:06 [bug#64758] [PATCH] gnu: xnedit: Update to 1.5.0 Andy Tai
2023-07-28 14:16 ` bug#64758: " 宋文武 via Guix-patches via
2023-07-28 17:22   ` [bug#64758] " Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).