Skip to content
Snippets Groups Projects
Unverified Commit 1c865bfc authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: mksh: Update to 56.

* gnu/packages/shells.scm (mksh): Update to 56.
parent eec0c587
No related branches found
No related tags found
No related merge requests found
......@@ -615,7 +615,7 @@ (define-public loksh
(define-public mksh
(package
(name "mksh")
(version "55")
(version "56")
(source
(origin
(method url-fetch)
......@@ -623,7 +623,7 @@ (define-public mksh
version ".tgz"))
(sha256
(base32
"0mssqd2wp3cs9x01v6g66iy3ymdxagbyw2c0v597vnc1l6s2rm6f"))))
"1x4zjj9259ijpf8jw0nyh1fnr1pbm5fwvylclpvcrlb45xrglf5d"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; tests require access to /dev/tty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment