gnu: execline: Update to 2.6.0.2.
* gnu/packages/skarnet.scm (execline): Update to 2.6.0.2.
This commit is contained in:
parent
355d92a6a3
commit
027d9a5403
1 changed files with 2 additions and 2 deletions
|
@ -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.0.0")
|
(version "2.6.0.2")
|
||||||
(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 "1m6pvawxqaqjr49456vyjyl8dnqwvr19v77sjj7dnglfijwza5al"))))
|
(base32 "0wdg93hwpxxdqmsnd8j1nf3m2pf85n3rxaawzaih1y0ajyz6gwya"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)))
|
(inputs `(("skalibs" ,skalibs)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue