mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: execline: Update to 2.6.1.1.
* gnu/packages/skarnet.scm (execline): Update to 2.6.1.1.
This commit is contained in:
parent
f4dfdacebe
commit
4af2cef5e9
1 changed files with 2 additions and 2 deletions
|
@ -62,14 +62,14 @@ (define-public skalibs
|
|||
(define-public execline
|
||||
(package
|
||||
(name "execline")
|
||||
(version "2.6.1.0")
|
||||
(version "2.6.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://skarnet.org/software/execline/execline-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mj565xml3hvw27finydms0s9abbbpgbr29vnr8gwi7zjzq7ck52"))))
|
||||
(base32 "0mmsnai3bkyhng0cxdz6bf7d6b7kbsxs4p39m63215lz6kq0hhrr"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("skalibs" ,skalibs)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue