mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: oil-shell: Update to 0.6pre22.
It turns out the currently packaged release fails to build for me. According to upstream, the 0.6 pre-releases are preferable to currently packaged 0.5. gnu/packages/shells.scm (oil-shell): Update to 0.6pre22. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
73eacca85e
commit
f434664cc0
1 changed files with 2 additions and 2 deletions
|
@ -749,14 +749,14 @@ (define-public mksh
|
|||
(define-public oil-shell
|
||||
(package
|
||||
(name "oil-shell")
|
||||
(version "0.5.0")
|
||||
(version "0.6.pre22")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.oilshell.org/download/oil-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03zc7rhhpl0cybng2i3c33pky1knsnyvn526bn91hg6w4znvn66w"))))
|
||||
"1kslycqa8rrzk9p2265dy045xd88q675w4baqiygcrnvxwn588c5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; the tests are not distributed in the tarballs
|
||||
|
|
Loading…
Reference in a new issue