me
/
guix
Archived
1
0
Fork 0

gnu: ed: Update to 1.15.

* gnu/packages/ed.scm (ed): Update to 1.15.
master
Nicolas Goaziou 2019-08-18 12:19:45 +02:00
parent e764ba5225
commit 3ff75b6403
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
(define-public ed
(package
(name "ed")
(version "1.14.2")
(version "1.15")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/ed/ed-"
version ".tar.lz"))
(sha256
(base32
"1nqhk3n1s1p77g2bjnj55acicsrlyb2yasqxqwpx0w0djfx64ygm"))))
"0x6ivy5k0d7dy5z9g8q8nipr89m4qbk2ink2898qq43smp08ji5d"))))
(build-system gnu-build-system)
(native-inputs `(("lzip" ,lzip)))
(arguments