all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69204] [PATCH] gnu: xnedit: Update to 1.5.3
@ 2024-02-17  9:42 Andy Tai
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Tai @ 2024-02-17  9:42 UTC (permalink / raw)
  To: 69204; +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: e3586aa61d58fd8992abb594edc2168d5bf5a6da
-- 
2.34.1





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

* [bug#69230] [PATCH] gnu: xnedit: Update to 1.5.3
@ 2024-02-17  9:45 Andy Tai
  2024-02-19 17:20 ` [bug#69230] [PATCH v2] " Andy Tai
  2024-02-25  6:19   ` [bug#69204] " Andy Tai
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Tai @ 2024-02-17  9:45 UTC (permalink / raw)
  To: 69230

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-xnedit-Update-to-1.5.3.patch --]
[-- Type: text/x-patch, Size: 1336 bytes --]

From 8ccd9013749194b401e3e6d8244f85610a455297 Mon Sep 17 00:00:00 2001
Message-Id: <8ccd9013749194b401e3e6d8244f85610a455297.1708162910.git.atai@atai.org>
From: Andy Tai <atai@atai.org>
Date: Sat, 17 Feb 2024 01:40:22 -0800
Subject: [PATCH] gnu: xnedit: Update to 1.5.3
To: guix-patches@gnu.org

* 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: e3586aa61d58fd8992abb594edc2168d5bf5a6da
-- 
2.34.1


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

* [bug#69230] [PATCH v2] gnu: xnedit: Update to 1.5.3
  2024-02-17  9:45 [bug#69230] " Andy Tai
@ 2024-02-19 17:20 ` Andy Tai
  2024-02-25  6:19   ` [bug#69204] " Andy Tai
  1 sibling, 0 replies; 5+ messages in thread
From: Andy Tai @ 2024-02-19 17:20 UTC (permalink / raw)
  To: 69230; +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: e3586aa61d58fd8992abb594edc2168d5bf5a6da
-- 
2.34.1





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

* [bug#69230] [PATCH v3] gnu: xnedit: Update to 1.5.3
@ 2024-02-25  6:19   ` Andy Tai
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Tai @ 2024-02-24  7:02 UTC (permalink / raw)
  To: 69230; +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: e3586aa61d58fd8992abb594edc2168d5bf5a6da
prerequisite-patch-id: c67b3ae38c501b9704b942184299df92a2caf773
-- 
2.34.1





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

* [bug#69204] [PATCH v3] gnu: xnedit: Update to 1.5.3
@ 2024-02-25  6:19   ` Andy Tai
  0 siblings, 0 replies; 5+ messages in thread
From: Andy Tai @ 2024-02-25  6:19 UTC (permalink / raw)
  To: 69204; +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: e3586aa61d58fd8992abb594edc2168d5bf5a6da
prerequisite-patch-id: c67b3ae38c501b9704b942184299df92a2caf773
-- 
2.34.1





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

end of thread, other threads:[~2024-02-25  6:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-17  9:42 [bug#69204] [PATCH] gnu: xnedit: Update to 1.5.3 Andy Tai
  -- strict thread matches above, loose matches on Subject: below --
2024-02-17  9:45 [bug#69230] " Andy Tai
2024-02-19 17:20 ` [bug#69230] [PATCH v2] " Andy Tai
2024-02-24  7:02 ` [bug#69230] [PATCH v3] " Andy Tai
2024-02-25  6:19   ` [bug#69204] " Andy Tai

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.