From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51859) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbSeu-0005dv-TH for guix-patches@gnu.org; Thu, 13 Jun 2019 12:33:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hbSes-0006aa-Fl for guix-patches@gnu.org; Thu, 13 Jun 2019 12:33:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50694) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hbSes-0006aF-C5 for guix-patches@gnu.org; Thu, 13 Jun 2019 12:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hbSes-0000Qs-37 for guix-patches@gnu.org; Thu, 13 Jun 2019 12:33:02 -0400 Subject: [bug#36195] [PATCH] gnu: oil-shell: Update to 0.6pre22. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:50776) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hbSeD-0004He-6P for guix-patches@gnu.org; Thu, 13 Jun 2019 12:32:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hbSXy-0008Q4-FI for guix-patches@gnu.org; Thu, 13 Jun 2019 12:25:57 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:38450) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hbSXy-0007YH-9T for guix-patches@gnu.org; Thu, 13 Jun 2019 12:25:54 -0400 From: Robert Vollmert Date: Thu, 13 Jun 2019 18:25:30 +0200 Message-Id: <20190613162530.11065-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36195@debbugs.gnu.org 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 --=20 2.20.1 (Apple Git-117)