mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: loksh: Update to 7.6.
* gnu/packages/shells.scm (loksh): Update to 7.6. Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
e771a4c7c7
commit
0cc7140cdd
1 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ and aims to be maximally portable across operating systems and C compilers.")
|
|||
(define-public loksh
|
||||
(package
|
||||
(name "loksh")
|
||||
(version "7.4")
|
||||
(version "7.6")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -865,7 +865,7 @@ and aims to be maximally portable across operating systems and C compilers.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0arbncmgs3wzkwlqzp5za8rwh9px2r5mn3i979rabc4cms1bs0l1"))))
|
||||
"0ryvgf3pxdka04k44gwgi7cnkkxvh0rhhzl5abhfwynpgjnqpp27"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs (list ncurses))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue