nckx pushed a commit to branch master
in repository guix.
commit 1fc2a81ef9a2477b8b961042b30ff94ecad6c6d0
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Mar 10 23:24:21 2020 +0100
gnu: execline: Update to 2.6.0.0.
* gnu/packages/skarnet.scm (execline): Update to 2.6.0.0.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 938867b..6323169 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -62,14 +62,14 @@ and file system operations. It is used by all skarnet.org
software.")
(define-public execline
(package
(name "execline")
- (version "2.5.1.0")
+ (version "2.6.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz"))
(sha256
- (base32 "0xr6yb50wm6amj1wc7jmxyv7hvlx2ypbnww1vc288j275625d9xi"))))
+ (base32 "1m6pvawxqaqjr49456vyjyl8dnqwvr19v77sjj7dnglfijwza5al"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)))
(arguments