mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01: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
8789b1eee0
commit
03f0456d49
1 changed files with 2 additions and 2 deletions
|
@ -61,14 +61,14 @@ and file system operations. It is used by all skarnet.org software.")
|
|||
(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…
Add table
Reference in a new issue