1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

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

View File

@@ -40,14 +40,14 @@
(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)