diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-02 04:12:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-02 18:06:04 +0200 |
commit | 027d9a5403029cad6e8949c815cc3144dbbbc3f1 (patch) | |
tree | 2b72a52244b9dc145969b0314b1dc50216ea7736 /gnu | |
parent | 355d92a6a392823e3fea2a92b2597d753629dece (diff) | |
download | guix-027d9a5403029cad6e8949c815cc3144dbbbc3f1.tar guix-027d9a5403029cad6e8949c815cc3144dbbbc3f1.tar.gz |
gnu: execline: Update to 2.6.0.2.
* gnu/packages/skarnet.scm (execline): Update to 2.6.0.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/skarnet.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index 31768c814e..58a99e8e45 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.6.0.0") + (version "2.6.0.2") (source (origin (method url-fetch) (uri (string-append "https://skarnet.org/software/execline/execline-" version ".tar.gz")) (sha256 - (base32 "1m6pvawxqaqjr49456vyjyl8dnqwvr19v77sjj7dnglfijwza5al")))) + (base32 "0wdg93hwpxxdqmsnd8j1nf3m2pf85n3rxaawzaih1y0ajyz6gwya")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments |