mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: loksh: Update to 7.7.
* gnu/packages/shells.scm (loksh): Update to 7.7. Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
c2c4bc8758
commit
3cdf7bec6b
1 changed files with 2 additions and 2 deletions
|
|
@ -842,7 +842,7 @@ and aims to be maximally portable across operating systems and C compilers.")
|
|||
(define-public loksh
|
||||
(package
|
||||
(name "loksh")
|
||||
(version "7.6")
|
||||
(version "7.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -854,7 +854,7 @@ and aims to be maximally portable across operating systems and C compilers.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ryvgf3pxdka04k44gwgi7cnkkxvh0rhhzl5abhfwynpgjnqpp27"))))
|
||||
"1dv2rlp806xcd0k3r4g5mjb3dm7fhqxfq5b31zjx6gqiki4kn507"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs (list ncurses))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue