gnu: execline: Update to 2.8.0.0.

* gnu/packages/skarnet.scm (execline): Update to 2.8.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-07 14:27:24 +01:00
parent ca9912cb20
commit 4607fe2cdb
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.1")
(version "2.8.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz"))
(sha256
(base32 "1pfwiynr3vk7ajzknjqs5mpzb78m97aqcsd3mc34lxkzz5j13xnd"))))
(base32 "0vbn4pdazy6x6213vn42k0khcij5bvkbrcfg7nw6inhf8154nx77"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)))
(arguments