GNU bug report logs -
#76087
[PATCH core-packages] gnu: ed: Update to 1.21.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 6 Feb 2025 06:48:02 UTC
Severity: normal
Tags: patch
Done: Janneke Nieuwenhuizen <janneke <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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(-)
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
This bug report was last modified 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.