[PATCH] gnu: xnedit: Update to 1.5.0

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

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
846d943acdd3eafcf7f579a8eef54eba677cb524.1689919537.git.atai@atai.org
* gnu/packages/text-editors.scm (xnedit): Update to 1.5.0
---
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 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
宋文武 wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 64758-done@debbugs.gnu.org)
87v8e4i0jj.fsf@envs.net
Andy Tai <atai@atai.org> writes:

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

Pushed to master, thank you!
Closed
Andy Tai wrote 2 years ago
(name . 宋文武)(address . iyzsong@envs.net)(address . 64758-done@debbugs.gnu.org)
CAJsg1E_AS6eR-z2CFgcoZQNxv5QhZ84Ni_itic-YisQT+T4XYA@mail.gmail.com
Thanks!
On Fri, Jul 28, 2023 at 7:16 AM 宋文武 <iyzsong@envs.net> wrote:
Toggle quote (6 lines)
> Andy Tai <atai@atai.org> writes:
>
> > * gnu/packages/text-editors.scm (xnedit): Update to 1.5.0
>
> Pushed to master, thank you!
>
--
Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat:
andytai1010
Year 2023 民國112年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能
Attachment: file
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64758
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