unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36195] [PATCH] gnu: oil-shell: Update to 0.6pre22.
@ 2019-06-13 16:25 Robert Vollmert
  2019-06-17 10:36 ` bug#36195: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Vollmert @ 2019-06-13 16:25 UTC (permalink / raw)
  To: 36195; +Cc: Robert Vollmert

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(-)

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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36195: [PATCH] gnu: oil-shell: Update to 0.6pre22.
  2019-06-13 16:25 [bug#36195] [PATCH] gnu: oil-shell: Update to 0.6pre22 Robert Vollmert
@ 2019-06-17 10:36 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-06-17 10:36 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: 36195-done

Hi,

Robert Vollmert <rob@vllmrt.net> skribis:

> 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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-17 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13 16:25 [bug#36195] [PATCH] gnu: oil-shell: Update to 0.6pre22 Robert Vollmert
2019-06-17 10:36 ` bug#36195: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).