gnu: execline: Update to 2.8.0.1.

* gnu/packages/skarnet.scm (execline): Update to 2.8.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-20 01:24:29 +02:00
parent b170400814
commit 70199ff43f
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.8.0.0")
(version "2.8.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz"))
(sha256
(base32 "0vbn4pdazy6x6213vn42k0khcij5bvkbrcfg7nw6inhf8154nx77"))))
(base32 "1v9swmhw2rcrr9fmkmd7qh8qq0kslhmvxwz2a3bhan9ksabz8wx3"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)))
(arguments