mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: execline: Update to 2.7.0.1.
* gnu/packages/skarnet.scm (execline): Update to 2.7.0.1.
This commit is contained in:
parent
c150b91b1e
commit
5209928cc7
1 changed files with 2 additions and 2 deletions
|
@ -62,14 +62,14 @@ (define-public skalibs
|
||||||
(define-public execline
|
(define-public execline
|
||||||
(package
|
(package
|
||||||
(name "execline")
|
(name "execline")
|
||||||
(version "2.7.0.0")
|
(version "2.7.0.1")
|
||||||
(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 "0kl74yix60msgw8k3shhp9ymm80n91yxxqckixj5qbbhmylpnpqd"))))
|
(base32 "1pfwiynr3vk7ajzknjqs5mpzb78m97aqcsd3mc34lxkzz5j13xnd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)))
|
(inputs `(("skalibs" ,skalibs)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue