gnu: execline: Update to 2.5.1.0.
* gnu/packages/skarnet.scm (execline): Update to 2.5.1.0.
This commit is contained in:
parent
a699a81b84
commit
5c9bf737c4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue