mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ed: Update to 1.14.2.
* gnu/packages/ed.scm (ed): Update to 1.14.2.
This commit is contained in:
parent
fb203578f6
commit
1f044d7a91
1 changed files with 2 additions and 2 deletions
|
@ -28,14 +28,14 @@ (define-module (gnu packages ed)
|
|||
(define-public ed
|
||||
(package
|
||||
(name "ed")
|
||||
(version "1.14.1")
|
||||
(version "1.14.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/ed/ed-"
|
||||
version ".tar.lz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ajm69pma7gigddlrq2qi4dsllz9vhm8gqwpkcdagdd2yaw7xfgz"))))
|
||||
"1nqhk3n1s1p77g2bjnj55acicsrlyb2yasqxqwpx0w0djfx64ygm"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("lzip" ,lzip)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue