gnu: execline: Update to 2.8.1.0.

* gnu/packages/skarnet.scm (execline): Update to 2.8.1.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-24 00:00:56 +02:00
parent 35a5650426
commit 9ed3ee95bd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -61,14 +61,14 @@ (define-public skalibs
(define-public execline
(package
(name "execline")
(version "2.8.0.1")
(version "2.8.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz"))
(sha256
(base32 "1v9swmhw2rcrr9fmkmd7qh8qq0kslhmvxwz2a3bhan9ksabz8wx3"))))
(base32 "0msmzf5zwjcsgjlvvq28rd2i0fkdb2skmv8ii0ix8dhyckwwjmav"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)))
(arguments