gnu: execline: Update to 2.6.0.0.

* gnu/packages/skarnet.scm (execline): Update to 2.6.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-10 23:24:21 +01:00
parent aeca60707a
commit 1fc2a81ef9
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.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