gnu: mksh: Update to 57.
* gnu/packages/shells.scm (mksh): Update to 57.
This commit is contained in:
parent
3935507f0f
commit
e7dfbae8a9
|
@ -709,18 +709,17 @@ interactive POSIX shell targeted at resource-constrained systems.")
|
||||||
(define-public mksh
|
(define-public mksh
|
||||||
(package
|
(package
|
||||||
(name "mksh")
|
(name "mksh")
|
||||||
(version "56")
|
(version "57")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R"
|
(uri (string-append "https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R"
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0xdykm1z710wriwd6nc8s8lwk2dwjl63dq96xxaawlid31a1241x"))))
|
||||||
"1x4zjj9259ijpf8jw0nyh1fnr1pbm5fwvylclpvcrlb45xrglf5d"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests require access to /dev/tty
|
`(#:tests? #f ; tests require access to /dev/tty
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
@ -744,7 +743,7 @@ interactive POSIX shell targeted at resource-constrained systems.")
|
||||||
Korn Shell programming language and a successor to the Public Domain Korn
|
Korn Shell programming language and a successor to the Public Domain Korn
|
||||||
Shell (pdksh).")
|
Shell (pdksh).")
|
||||||
(license (list miros
|
(license (list miros
|
||||||
isc)))) ; strlcpy.c
|
isc)))) ; strlcpy.c
|
||||||
|
|
||||||
(define-public oil-shell
|
(define-public oil-shell
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue