me
/
guix
Archived
1
0
Fork 0

gnu: execline: Update to 2.9.3.0.

* gnu/packages/skarnet.scm (execline): Update to 2.9.3.0.
master
宋文武 2023-04-09 15:52:01 +08:00 committed by Maxim Cournoyer
parent c900490eb2
commit efdf7977ab
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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