mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: ed: Update to 1.21.
* gnu/packages/text-editors.scm (ed): Update to 1.21. Change-Id: If4adc3d92cf14b5bf5acbb43c1c9d65e15824139 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
12be41dff2
commit
01aed29f92
1 changed files with 2 additions and 2 deletions
|
|
@ -133,14 +133,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue