gnu: mksh: Update to 58.
* gnu/packages/shells.scm (mksh): Update to 58.
This commit is contained in:
parent
eaa668ddda
commit
a4dd5955b3
@ -712,14 +712,14 @@ interactive POSIX shell targeted at resource-constrained systems.")
|
||||
(define-public mksh
|
||||
(package
|
||||
(name "mksh")
|
||||
(version "57")
|
||||
(version "58")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R"
|
||||
version ".tgz"))
|
||||
(sha256
|
||||
(base32 "0xdykm1z710wriwd6nc8s8lwk2dwjl63dq96xxaawlid31a1241x"))))
|
||||
(base32 "1337zjvzh14yncg9igdry904a3ns52l8rnm1kcq262w7f5xyp2v0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; tests require access to /dev/tty
|
||||
|
Loading…
Reference in New Issue
Block a user