gnu: execline: Update to 2.6.1.0.

* gnu/packages/skarnet.scm (execline): Update to 2.6.1.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-23 12:49:16 +02:00
parent 3feeface31
commit f33d77e2cc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -62,14 +62,14 @@ (define-public skalibs
(define-public execline
(package
(name "execline")
(version "2.6.0.2")
(version "2.6.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz"))
(sha256
(base32 "0wdg93hwpxxdqmsnd8j1nf3m2pf85n3rxaawzaih1y0ajyz6gwya"))))
(base32 "0mj565xml3hvw27finydms0s9abbbpgbr29vnr8gwi7zjzq7ck52"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)))
(arguments