gnu: execline: Update to 2.5.1.0.

* gnu/packages/skarnet.scm (execline): Update to 2.5.1.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-11 12:23:18 +01:00
parent a699a81b84
commit 5c9bf737c4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -61,15 +61,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.5.0.1") (version "2.5.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://skarnet.org/software/execline/execline-" (uri (string-append "http://skarnet.org/software/execline/execline-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0xr6yb50wm6amj1wc7jmxyv7hvlx2ypbnww1vc288j275625d9xi"))))
"0j8hwdw8wn0rv8njdza8fbgmvyjg7hqp3qlbw00i7fwskr7d21wd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs))) (inputs `(("skalibs" ,skalibs)))
(arguments (arguments