GNU bug report logs -
#67998
[PATCH 0/2] Remove ed.scm, update ed to 1.19.
Previous Next
Reported by: Jaeme Sifat <jaeme <at> runbox.com>
Date: Sat, 23 Dec 2023 22:35:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 67998 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/text-editors.scm (ed): Update to 1.19.
Change-Id: I02ec92086fe122a636d24e8bc3afb3c3f118651c
---
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 3614d6c31c..2d89fcce59 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -110,14 +110,14 @@ (define-module (gnu packages text-editors)
(define-public ed
(package
(name "ed")
- (version "1.18")
+ (version "1.19")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/ed/ed-"
version ".tar.lz"))
(sha256
(base32
- "0krb8rsb0cd8mgz0c5pqgnjbbrj7zjl7mf9099r8gi80k2nyza5c"))))
+ "0j6dfznfhll4afvrr714nrz0pp5zkcyvkb4xs2bam42789f2wbyf"))))
(build-system gnu-build-system)
(native-inputs (list lzip))
(arguments
--
2.41.0
This bug report was last modified 1 year and 192 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.