mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: execline: Update to 2.5.0.1.
* gnu/packages/skarnet.scm (execline): Update to 2.5.0.1.
This commit is contained in:
parent
c8e4b5d0ed
commit
6b7fae5fae
1 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ (define-public skalibs
|
||||||
(define-public execline
|
(define-public execline
|
||||||
(package
|
(package
|
||||||
(name "execline")
|
(name "execline")
|
||||||
(version "2.3.0.4")
|
(version "2.5.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -70,7 +70,7 @@ (define-public execline
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jx60wjz3yj3r1wircbvd15in275pi7ggw69pbs9djhcyb48zfz4"))))
|
"0j8hwdw8wn0rv8njdza8fbgmvyjg7hqp3qlbw00i7fwskr7d21wd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)))
|
(inputs `(("skalibs" ,skalibs)))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -89,7 +89,7 @@ (define-public execline
|
||||||
(bin (string-append out "/bin")))
|
(bin (string-append out "/bin")))
|
||||||
(wrap-program (string-append bin "/execlineb")
|
(wrap-program (string-append bin "/execlineb")
|
||||||
`("PATH" ":" prefix (,bin)))))))
|
`("PATH" ":" prefix (,bin)))))))
|
||||||
#:tests? #f)) ; No tests exist.
|
#:tests? #f)) ; no tests exist
|
||||||
(home-page "https://skarnet.org/software/execline/")
|
(home-page "https://skarnet.org/software/execline/")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Non-interactive shell-like language with minimal overhead")
|
(synopsis "Non-interactive shell-like language with minimal overhead")
|
||||||
|
|
Loading…
Reference in a new issue