me
/
guix
Archived
1
0
Fork 0

gnu: ed: Update to 1.14.1.

* gnu/packages/ed.scm (ed): Update to 1.14.1.
[arguments]: Make sure 'patch-test-suite' phase ends with #t.
[home-page]: Use HTTPS.
master
Marius Bakke 2017-01-12 19:10:25 +01:00
parent 8ee40f6849
commit e9384e3b74
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 4 deletions

View File

@ -28,14 +28,14 @@
(define-public ed (define-public ed
(package (package
(name "ed") (name "ed")
(version "1.13") (version "1.14.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
"1ly7i1iw02vbcd0zrx084z577ngxnarffmkm45dg6vndad5carnd")))) "0ajm69pma7gigddlrq2qi4dsllz9vhm8gqwpkcdagdd2yaw7xfgz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("lzip" ,lzip))) (native-inputs `(("lzip" ,lzip)))
(arguments (arguments
@ -45,8 +45,9 @@
(add-before 'patch-source-shebangs 'patch-test-suite (add-before 'patch-source-shebangs 'patch-test-suite
(lambda _ (lambda _
(substitute* "testsuite/check.sh" (substitute* "testsuite/check.sh"
(("/bin/sh") (which "sh")))))))) (("/bin/sh") (which "sh")))
(home-page "http://www.gnu.org/software/ed/") #t)))))
(home-page "https://www.gnu.org/software/ed/")
(synopsis "Line-oriented text editor") (synopsis "Line-oriented text editor")
(description (description
"Ed is a line-oriented text editor: rather than offering an overview of "Ed is a line-oriented text editor: rather than offering an overview of