mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: readline: Update to 7.0.
* gnu/packages/readline.scm (readline): Update to 7.0.
This commit is contained in:
parent
42d1e525bc
commit
0c64d8564f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue