[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mksh: Update to 57.
From: |
guix-commits |
Subject: |
01/01: gnu: mksh: Update to 57. |
Date: |
Thu, 1 Aug 2019 01:05:02 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e7dfbae8a99995abc9f088452ca35371d38eb343
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Aug 1 06:12:54 2019 +0200
gnu: mksh: Update to 57.
* gnu/packages/shells.scm (mksh): Update to 57.
---
gnu/packages/shells.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 1900925..0579c16 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -709,18 +709,17 @@ interactive POSIX shell targeted at resource-constrained
systems.")
(define-public mksh
(package
(name "mksh")
- (version "56")
+ (version "57")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R"
version ".tgz"))
(sha256
- (base32
- "1x4zjj9259ijpf8jw0nyh1fnr1pbm5fwvylclpvcrlb45xrglf5d"))))
+ (base32 "0xdykm1z710wriwd6nc8s8lwk2dwjl63dq96xxaawlid31a1241x"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; tests require access to /dev/tty
+ `(#:tests? #f ; tests require access to /dev/tty
#:phases
(modify-phases %standard-phases
(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
Shell (pdksh).")
(license (list miros
- isc)))) ; strlcpy.c
+ isc)))) ; strlcpy.c
(define-public oil-shell
(package