guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: loksh: Update to 6.5.


From: guix-commits
Subject: 04/04: gnu: loksh: Update to 6.5.
Date: Wed, 15 May 2019 21:06:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d019c05a42c493cb842d0c8e036784b98167b12e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 16 02:39:24 2019 +0200

    gnu: loksh: Update to 6.5.
    
    * gnu/packages/shells.scm (loksh): Update to 6.5.
---
 gnu/packages/shells.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 2c6642f..9ed983d 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2014, 2015 David Thompson <address@hidden>
 ;;; Copyright © 2014 Kevin Lemonnier <address@hidden>
 ;;; Copyright © 2015 Jeff Mickey <address@hidden>
-;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2016 Stefan Reichör <address@hidden>
 ;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017, 2018 ng0 <address@hidden>
@@ -671,7 +671,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
 (define-public loksh
   (package
     (name "loksh")
-    (version "6.4")
+    (version "6.5")
     (source
      (origin
        (method git-fetch)
@@ -680,7 +680,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d92cf5iadj1vwg0wwksaq1691zaxjrd2y4qygj4sdd25zsahj6p"))))
+        (base32 "01ra64zm1ryb4jsbmh8c3fjaymyy1992hzpm6iydbfxn1sjdihha"))))
     (build-system gnu-build-system)
     (inputs
      `(("libbsd" ,libbsd)



reply via email to

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