gnu: execline: Update to 2.7.0.1.

* gnu/packages/skarnet.scm (execline): Update to 2.7.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-02-07 23:00:24 +01:00
parent c150b91b1e
commit 5209928cc7
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.7.0.0")
(version "2.7.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz"))
(sha256
(base32 "0kl74yix60msgw8k3shhp9ymm80n91yxxqckixj5qbbhmylpnpqd"))))
(base32 "1pfwiynr3vk7ajzknjqs5mpzb78m97aqcsd3mc34lxkzz5j13xnd"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)))
(arguments