all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69375] [PATCH] gnu: xnedit: Update to 1.5.3
@ 2024-02-25  7:45 Andy Tai
  2024-03-05  5:41 ` [bug#69375] [PATCH v2] " Andy Tai
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-02-25  7:45 UTC (permalink / raw)
  To: 69375; +Cc: Andy Tai

* gnu/packages/text-editors.scm (xnedit): Update to 1.5.3

Change-Id: I65242f061e8ecbb8d23e7a3e9ad5c50b2fe98842
---
 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 @@ (define-public jed
 (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

base-commit: 05bbe9993f687da1fd684a31474c621f2a1c37b2
-- 
2.34.1





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

* [bug#69375] [PATCH v2] gnu: xnedit: Update to 1.5.3
  2024-02-25  7:45 [bug#69375] [PATCH] gnu: xnedit: Update to 1.5.3 Andy Tai
@ 2024-03-05  5:41 ` Andy Tai
  2024-03-09  3:40   ` bug#69375: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-03-05  5:41 UTC (permalink / raw)
  To: 69375; +Cc: Andy Tai

* gnu/packages/text-editors.scm (xnedit): Update to 1.5.3

Change-Id: I65242f061e8ecbb8d23e7a3e9ad5c50b2fe98842
---
 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 @@ (define-public jed
 (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

base-commit: 3da49b1472919a62df1fe399638f23a246aa325d
-- 
2.34.1





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

* bug#69375: [PATCH v2] gnu: xnedit: Update to 1.5.3
  2024-03-05  5:41 ` [bug#69375] [PATCH v2] " Andy Tai
@ 2024-03-09  3:40   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-09  3:40 UTC (permalink / raw)
  To: Andy Tai; +Cc: 69375-done

Andy Tai <atai@atai.org> writes:

> * gnu/packages/text-editors.scm (xnedit): Update to 1.5.3

Applied as commit f16a112500, thank you!




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

end of thread, other threads:[~2024-03-09  3:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25  7:45 [bug#69375] [PATCH] gnu: xnedit: Update to 1.5.3 Andy Tai
2024-03-05  5:41 ` [bug#69375] [PATCH v2] " Andy Tai
2024-03-09  3:40   ` bug#69375: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.