[PATCH core-packages] gnu: ed: Update to 1.21.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Janneke Nieuwenhuizen
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 months ago
(name . Andy Tai)(address . atai@atai.org)
e4b1d8cf8843c36ac1a7f2ca60e7a792215297bd.1738824419.git.atai@atai.org
* gnu/packages/text-editors.scm (ed): Update to 1.21.

Change-Id: If4adc3d92cf14b5bf5acbb43c1c9d65e15824139
---
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 202a4545cb..74b0179842 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -125,14 +125,14 @@ (define-module (gnu packages text-editors)
(define-public ed
(package
(name "ed")
- (version "1.20.1")
+ (version "1.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/ed/ed-"
version ".tar.lz"))
(sha256
(base32
- "1jmvpbs2mnrmk870js11v7g5qr3z8w0ws7sbdj3zjhd1jyr6795i"))))
+ "0xddpcdsdhf1cx7izk9l5dmf8vakjx5ncm1cy1f3libxfac4kqk0"))))
(build-system gnu-build-system)
(native-inputs (list lzip))
(arguments

base-commit: b763d074a6118563086178983b6348385859c7e9
--
2.34.1
Janneke Nieuwenhuizen wrote 3 weeks ago
(name . Andy Tai)(address . atai@atai.org)
8734gbuehs.fsf@gnu.org
Andy Tai writes:

Toggle quote (4 lines)
> * gnu/packages/text-editors.scm (ed): Update to 1.21.
>
> Change-Id: If4adc3d92cf14b5bf5acbb43c1c9d65e15824139

This was pushed to core-packages-team, thanks!

--
Janneke Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com| Avatar® https://AvatarAcademy.com
Closed
?
Your comment

Commenting via the web interface is currently disabled.

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

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