mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: linenoise: Update to 1.0-3.e26268d.
* gnu/packages/shells.scm (linenoise): Update to 1.0-3.e26268d. Change-Id: I0e547d5ffcdcea963ba5858a38f7af3ae16d1d94
This commit is contained in:
@@ -771,8 +771,8 @@ operating system.")
|
|||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public linenoise
|
(define-public linenoise
|
||||||
(let ((commit "93b2db9bd4968f76148dd62cdadf050ed50b84b3")
|
(let ((commit "e26268de5e56bfaad773786471844578fe9f7f4b")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(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)))
|
||||||
@@ -785,7 +785,7 @@ operating system.")
|
|||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"102gwq6bzjq2b1lf55wrpgym58yfhry56hkajbj339m0bs1xijhs"))))
|
"1pwil7pv6zqmy5l0r0hcr5gw25d8vrlh2sc9n5bv8vj3abg64zqs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests are included
|
`(#:tests? #f ; no tests are included
|
||||||
|
|||||||
Reference in New Issue
Block a user