mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: linenoise: Update to 1.0-2.93b2db9.
* gnu/packages/shells.scm (linenoise): Update to 1.0-2.93b2db9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
e8e2d4ebff
commit
59e27b23ed
1 changed files with 3 additions and 3 deletions
|
@ -644,8 +644,8 @@ (define-public scsh
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public linenoise
|
(define-public linenoise
|
||||||
(let ((commit "2105ce445821381cf1bca87b6d386d4ea88ee20d")
|
(let ((commit "93b2db9bd4968f76148dd62cdadf050ed50b84b3")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "linenoise")
|
(name "linenoise")
|
||||||
(version (string-append "1.0-" revision "." (string-take commit 7)))
|
(version (string-append "1.0-" revision "." (string-take commit 7)))
|
||||||
|
@ -658,7 +658,7 @@ (define-public linenoise
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z16qwix8z6a40fskdgxsibkqgdrp4q6ncp4n6hnv4r9iihy2d8r"))))
|
"102gwq6bzjq2b1lf55wrpgym58yfhry56hkajbj339m0bs1xijhs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests are included
|
`(#:tests? #f ; no tests are included
|
||||||
|
|
Loading…
Reference in a new issue