[PATCH] gnu: oil-shell: Update to 0.6pre22.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Robert Vollmert
Owner
unassigned
Submitted by
Robert Vollmert
Severity
normal
R
R
Robert Vollmert wrote on 13 Jun 2019 18:25
(address . guix-patches@gnu.org)(name . Robert Vollmert)(address . rob@vllmrt.net)
20190613162530.11065-1-rob@vllmrt.net
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.
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 49152dc3fd..f8c0fdf71f 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -749,14 +749,14 @@ Shell (pdksh).")
(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
--
2.20.1 (Apple Git-117)
L
L
Ludovic Courtès wrote on 17 Jun 2019 12:36
(name . Robert Vollmert)(address . rob@vllmrt.net)(address . 36195-done@debbugs.gnu.org)
87imt4zegf.fsf@gnu.org
Hi,

Robert Vollmert <rob@vllmrt.net> skribis:

Toggle quote (6 lines)
> 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.

Applied!

However this pre-release (and also 0.5.0, which was previously packaged)
bundles Python 2.7.13. We should look into unbundling it.

Thanks,
Ludo’.
Closed
?