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>
This commit is contained in:
Eric Le Bihan 2016-07-28 20:05:54 +02:00 committed by Ludovic Courtès
parent 892aa89477
commit 2f016ac150
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -51,7 +51,7 @@ (define-public skalibs
(define-public execline (define-public execline
(package (package
(name "execline") (name "execline")
(version "2.1.2.2") (version "2.1.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -59,7 +59,7 @@ (define-public execline
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"01pckac5zijf6icrhwicbmq92yq68gfkf1yl03rr2v4q3cn8r85f")))) "0hhirdmyh3sj9qagkis7addmmdvyic717wkb6ym3n63kvfk0adla"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs))) (inputs `(("skalibs" ,skalibs)))
(arguments (arguments