1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Sören Tempel
2025-05-04 16:30:37 +02:00
committed by jgart
parent c2c4bc8758
commit 3cdf7bec6b

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