janneke pushed a commit to branch core-packages-team-old in repository guix.
commit 1a3046b73f6a941b5fd9beb9d5fffc0432f3decf Author: Andy Tai <[email protected]> AuthorDate: Wed Feb 5 22:47:25 2025 -0800 gnu: ed: Update to 1.21. * gnu/packages/text-editors.scm (ed): Update to 1.21. Change-Id: If4adc3d92cf14b5bf5acbb43c1c9d65e15824139 Signed-off-by: Zheng Junjie <[email protected]> --- 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 e96fceb510..bccd1cc162 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -131,14 +131,14 @@ (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
