gnu: ed: Update to 1.12.
* gnu/packages/ed.scm (ed): Update to 1.12.
This commit is contained in:
parent
79e09ef2fd
commit
302af59fc1
|
@ -27,14 +27,14 @@
|
||||||
(define-public ed
|
(define-public ed
|
||||||
(package
|
(package
|
||||||
(name "ed")
|
(name "ed")
|
||||||
(version "1.11")
|
(version "1.12")
|
||||||
(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
|
||||||
"0d518yhs3kpdpv9fbpa1rhxk2fbry2yzcknrdaa20pi2bzg6w55x"))))
|
"0bw0187a311rci58vznvncsj6pfp8bhs5phrlrqn03sa2i1mfrfj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("lzip" ,lzip)))
|
(native-inputs `(("lzip" ,lzip)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue