mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
40b59d5f47
commit
a3a14c5693
1 changed files with 3 additions and 3 deletions
|
|
@ -771,8 +771,8 @@ operating system.")
|
|||
(license license:bsd-3))))
|
||||
|
||||
(define-public linenoise
|
||||
(let ((commit "93b2db9bd4968f76148dd62cdadf050ed50b84b3")
|
||||
(revision "2"))
|
||||
(let ((commit "e26268de5e56bfaad773786471844578fe9f7f4b")
|
||||
(revision "3"))
|
||||
(package
|
||||
(name "linenoise")
|
||||
(version (string-append "1.0-" revision "." (string-take commit 7)))
|
||||
|
|
@ -785,7 +785,7 @@ operating system.")
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"102gwq6bzjq2b1lf55wrpgym58yfhry56hkajbj339m0bs1xijhs"))))
|
||||
"1pwil7pv6zqmy5l0r0hcr5gw25d8vrlh2sc9n5bv8vj3abg64zqs"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests are included
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue