emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36195: closed ([PATCH] gnu: oil-shell: Update to 0


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36195: closed ([PATCH] gnu: oil-shell: Update to 0.6pre22.)
Date: Mon, 17 Jun 2019 10:37:01 +0000

Your message dated Mon, 17 Jun 2019 12:36:00 +0200
with message-id <address@hidden>
and subject line Re: [bug#36195] [PATCH] gnu: oil-shell: Update to 0.6pre22.
has caused the debbugs.gnu.org bug report #36195,
regarding [PATCH] gnu: oil-shell: Update to 0.6pre22.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36195: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36195
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: oil-shell: Update to 0.6pre22. Date: Thu, 13 Jun 2019 18:25:30 +0200
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)




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36195] [PATCH] gnu: oil-shell: Update to 0.6pre22. Date: Mon, 17 Jun 2019 12:36:00 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi,

Robert Vollmert <address@hidden> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]