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:
Sören Tempel 2025-05-04 16:30:37 +02:00 committed by jgart
parent c2c4bc8758
commit 3cdf7bec6b
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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))