mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ed: Update to 1.20.1.
* gnu/packages/text-editors.scm (ed): Update to 1.20.1. Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Change-Id: I58ba1c8213a5ac2a126ecb58321859d64d0fcb01 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1572a90859
commit
24bda9b7aa
1 changed files with 2 additions and 2 deletions
|
@ -115,14 +115,14 @@ (define-module (gnu packages text-editors)
|
||||||
(define-public ed
|
(define-public ed
|
||||||
(package
|
(package
|
||||||
(name "ed")
|
(name "ed")
|
||||||
(version "1.19")
|
(version "1.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/ed/ed-"
|
(uri (string-append "mirror://gnu/ed/ed-"
|
||||||
version ".tar.lz"))
|
version ".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j6dfznfhll4afvrr714nrz0pp5zkcyvkb4xs2bam42789f2wbyf"))))
|
"1jmvpbs2mnrmk870js11v7g5qr3z8w0ws7sbdj3zjhd1jyr6795i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list lzip))
|
(native-inputs (list lzip))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue