gnu: readline: Update to 7.0.

* gnu/packages/readline.scm (readline): Update to 7.0.
This commit is contained in:
Ludovic Courtès 2016-09-30 23:59:34 +02:00
parent 42d1e525bc
commit 0c64d8564f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -40,14 +40,14 @@ (define-public readline
(find-files lib "\\.a"))))))
(package
(name "readline")
(version "6.3")
(version "7.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/readline/readline-"
version ".tar.gz"))
(sha256
(base32
"0hzxr9jxqqx5sxsv9vmlxdnvlr9vi4ih1avjb869hbs6p5qn1fjn"))
"0d13sg9ksf982rrrmv5mb6a2p4ys9rvg9r71d6il0vr8hmql63bm"))
(patches (search-patches "readline-link-ncurses.patch"))
(patch-flags '("-p0"))))
(build-system gnu-build-system)