nckx pushed a commit to branch master
in repository guix.
commit d019c05a42c493cb842d0c8e036784b98167b12e
Author: Tobias Geerinckx-Rice <[email protected]>
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 <[email protected]>
;;; Copyright © 2014 Kevin Lemonnier <[email protected]>
;;; Copyright © 2015 Jeff Mickey <[email protected]>
-;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2016 Stefan Reichör <[email protected]>
;;; Copyright © 2017, 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2017, 2018 ng0 <[email protected]>
@@ -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)