gnu: loksh: Update to 7.4.

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

Change-Id: Iab2d596702b40535f65106ef064253a79d5db8ce
This commit is contained in:
Tobias Geerinckx-Rice 2023-11-19 01:00:00 +01:00
parent f3173bb901
commit 0b94c107bb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -789,7 +789,7 @@ (define-public oksh
(define-public loksh
(package
(name "loksh")
(version "7.3")
(version "7.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -801,7 +801,7 @@ (define-public loksh
(file-name (git-file-name name version))
(sha256
(base32
"1miydvb79wagckchinp189l8i81f08lqajg5jngn77m4x4gwjf3n"))))
"0arbncmgs3wzkwlqzp5za8rwh9px2r5mn3i979rabc4cms1bs0l1"))))
(build-system meson-build-system)
(inputs (list ncurses))
(native-inputs (list pkg-config))