Archived
1
0
Fork 0

gnu: execline: Update to 2.7.0.0.

* gnu/packages/skarnet.scm (execline): Update to 2.7.0.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-11 23:51:09 +01:00
parent c261aa2043
commit d7110d380b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -62,14 +62,14 @@ and file system operations. It is used by all skarnet.org software.")
(define-public execline (define-public execline
(package (package
(name "execline") (name "execline")
(version "2.6.1.1") (version "2.7.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-" (uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "0mmsnai3bkyhng0cxdz6bf7d6b7kbsxs4p39m63215lz6kq0hhrr")))) (base32 "0kl74yix60msgw8k3shhp9ymm80n91yxxqckixj5qbbhmylpnpqd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs))) (inputs `(("skalibs" ,skalibs)))
(arguments (arguments