~ruther/guix-local

dcd1c17973b1e83dc7642c7a3dd2cfde043cd724 — Sören Tempel 5 months ago 1a33ec8
gnu: loksh: Update to 7.8.

* gnu/packages/shells.scm (loksh): Update to 7.8.

Signed-off-by: jgart <jgart@dismail.de>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/shells.scm
M gnu/packages/shells.scm => gnu/packages/shells.scm +2 -2
@@ 916,7 916,7 @@ and aims to be maximally portable across operating systems and C compilers.")
(define-public loksh
  (package
    (name "loksh")
    (version "7.7")
    (version "7.8")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 928,7 928,7 @@ and aims to be maximally portable across operating systems and C compilers.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1dv2rlp806xcd0k3r4g5mjb3dm7fhqxfq5b31zjx6gqiki4kn507"))))
                "1x5kg01r0k7g825ia71f8an6585azba8x5khwdvq4dmnib11vakm"))))
    (build-system meson-build-system)
    (inputs (list ncurses))
    (native-inputs (list pkg-config))