diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2016-07-28 20:05:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-29 17:29:50 +0200 |
commit | 2f016ac150dbb36222771d9fdce5bae302f6a88e (patch) | |
tree | 68a6b6232beffc52ede8e8cd0ca85c0186ba7bf3 /gnu/packages | |
parent | 892aa89477c24511d22135d711b614a01dcff74f (diff) | |
download | guix-2f016ac150dbb36222771d9fdce5bae302f6a88e.tar guix-2f016ac150dbb36222771d9fdce5bae302f6a88e.tar.gz |
gnu: execline: Update to 2.1.5.0.
* gnu/packages/skarnet.scm (execline): Update to 2.1.5.0.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-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 a5e99132bc..6d6239d0b7 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -51,7 +51,7 @@ and file system operations. It is used by all skarnet.org software.") (define-public execline (package (name "execline") - (version "2.1.2.2") + (version "2.1.5.0") (source (origin (method url-fetch) @@ -59,7 +59,7 @@ and file system operations. It is used by all skarnet.org software.") version ".tar.gz")) (sha256 (base32 - "01pckac5zijf6icrhwicbmq92yq68gfkf1yl03rr2v4q3cn8r85f")))) + "0hhirdmyh3sj9qagkis7addmmdvyic717wkb6ym3n63kvfk0adla")))) (build-system gnu-build-system) (inputs `(("skalibs" ,skalibs))) (arguments |