mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: execline: Update to 2.9.3.0.
* gnu/packages/skarnet.scm (execline): Update to 2.9.3.0.
This commit is contained in:
parent
c900490eb2
commit
efdf7977ab
1 changed files with 2 additions and 2 deletions
|
@ -61,14 +61,14 @@ (define-public skalibs
|
|||
(define-public execline
|
||||
(package
|
||||
(name "execline")
|
||||
(version "2.9.0.1")
|
||||
(version "2.9.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://skarnet.org/software/execline/execline-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xiijn3r2rqji2pwhm9v0frkk7pv9m3ylmdajhmcmyqgz350y9h1"))))
|
||||
(base32 "1393xka069n3rvc3dlg6c3ckzl1qgqkhvhlcxv6igl9216kpy0n8"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list skalibs))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue