[PATCH] gnu: xnedit: Update to 1.5.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • 宋文武
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
d4181b2ace3eca18bea91c7ea9d99425537ea1de.1708847091.git.atai@atai.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(-)

Toggle diff (25 lines)
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
Andy Tai wrote 1 years ago
[PATCH v2] gnu: xnedit: Update to 1.5.3
(address . 69375@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
5d91513271a3d366b07df2dff517d29009b8c943.1709617297.git.atai@atai.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(-)

Toggle diff (25 lines)
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
宋文武 wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 69375-done@debbugs.gnu.org)
87zfv86piu.fsf@envs.net
Andy Tai <atai@atai.org> writes:

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

Applied as commit f16a112500, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69375@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69375
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help