gnu: mksh: Update to 56.
* gnu/packages/shells.scm (mksh): Update to 56.
This commit is contained in:
parent
eec0c587af
commit
1c865bfce5
|
@ -615,7 +615,7 @@ interactive POSIX shell targeted at resource-constrained systems.")
|
||||||
(define-public mksh
|
(define-public mksh
|
||||||
(package
|
(package
|
||||||
(name "mksh")
|
(name "mksh")
|
||||||
(version "55")
|
(version "56")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -623,7 +623,7 @@ interactive POSIX shell targeted at resource-constrained systems.")
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mssqd2wp3cs9x01v6g66iy3ymdxagbyw2c0v597vnc1l6s2rm6f"))))
|
"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
|
||||||
|
|
Loading…
Reference in New Issue