guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: mksh: Update to 59c.


From: guix-commits
Subject: 06/06: gnu: mksh: Update to 59c.
Date: Tue, 2 Nov 2021 19:42:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6133217c16734be7fd937a7d5043b2f61eb02493
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 2 22:48:34 2021 +0100

    gnu: mksh: Update to 59c.
    
    * gnu/packages/shells.scm (mksh): Update to 59c.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/shells.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index a0436f6..642682e 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -791,14 +791,14 @@ interactive POSIX shell targeted at resource-constrained 
systems.")
 (define-public mksh
   (package
     (name "mksh")
-    (version "58")
+    (version "59c")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R";
                            version ".tgz"))
        (sha256
-        (base32 "1337zjvzh14yncg9igdry904a3ns52l8rnm1kcq262w7f5xyp2v0"))))
+        (base32 "01n5ggw33bw4jv4d3148wlw9n4aj7vdn3ffnc66c9w9pldjidbkp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; tests require access to /dev/tty
@@ -817,8 +817,7 @@ interactive POSIX shell targeted at resource-constrained 
systems.")
                (install-file "mksh" bin)
                (with-directory-excursion bin
                  (symlink "mksh" "ksh"))
-               (install-file "mksh.1" man)
-               #t))))))
+               (install-file "mksh.1" man)))))))
     (home-page "https://www.mirbsd.org/mksh.htm";)
     (synopsis "Korn Shell from MirBSD")
     (description "mksh is an actively developed free implementation of the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]