gnu: oil-shell: Update to 0.6.0
* gnu/packages/shells.scm (oil-shell): Update to 0.6.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
afb986e77c
commit
7284b11f6c
@ -749,14 +749,14 @@ Shell (pdksh).")
|
|||||||
(define-public oil-shell
|
(define-public oil-shell
|
||||||
(package
|
(package
|
||||||
(name "oil-shell")
|
(name "oil-shell")
|
||||||
(version "0.6.pre22")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.oilshell.org/download/oil-"
|
(uri (string-append "https://www.oilshell.org/download/oil-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kslycqa8rrzk9p2265dy045xd88q675w4baqiygcrnvxwn588c5"))))
|
"1dw4mgnlmaxlfygasfihgvbj32d3m9w6k5j7azb9d9lp35f3l7hl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; the tests are not distributed in the tarballs
|
'(#:tests? #f ; the tests are not distributed in the tarballs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user