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

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

bug#53642: closed ([PATCH] gnu: oil: Update to 0.9.7.)


From: GNU bug Tracking System
Subject: bug#53642: closed ([PATCH] gnu: oil: Update to 0.9.7.)
Date: Wed, 02 Feb 2022 17:17:02 +0000

Your message dated Wed, 02 Feb 2022 18:15:55 +0100
with message-id <87ee4lrxys.fsf@gnu.org>
and subject line Re: bug#53642: [PATCH] gnu: oil: Update to 0.9.7.
has caused the debbugs.gnu.org bug report #53642,
regarding [PATCH] gnu: oil: Update to 0.9.7.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53642: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53642
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: oil: Update to 0.9.7. Date: Sun, 30 Jan 2022 21:01:39 +0000
* gnu/packages/shells.scm (oil): Update to 0.9.7.
---
 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 1652848705..2e5bc3573a 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -828,14 +828,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.9.6")
+    (version "0.9.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-";
                            version ".tar.gz"))
        (sha256
-        (base32 "01lmj4diqpla1gwwb1gh1shf4y74qhanpkzcsnb28458rxm1sq32"))))
+        (base32 "09ill1wks8gmixfc648wx25wx0wzlgkjj34bbpglx496i6yp81aw"))))
     (build-system gnu-build-system)
     (arguments
      (list #:strip-binaries? #f         ; strip breaks the binary
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#53642: [PATCH] gnu: oil: Update to 0.9.7. Date: Wed, 02 Feb 2022 18:15:55 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Felix Gruber <felgru@posteo.net> skribis:

> * gnu/packages/shells.scm (oil): Update to 0.9.7.

Applied, thanks!

Oil seems to include a bundled copy of CPython.  Could you check if we
can remove it and use our Python package instead?

Thanks,
Ludo’.


--- End Message ---

reply via email to

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