GNU bug report logs - #53642
[PATCH] gnu: oil: Update to 0.9.7.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sun, 30 Jan 2022 21:03:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53642: closed ([PATCH] gnu: oil: Update to 0.9.7.)
Date: Wed, 02 Feb 2022 17:17:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 02 Feb 2022 18:15:55 +0100
with message-id <87ee4lrxys.fsf <at> 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 <at> gnu.org.)


-- 
53642: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53642
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 53642-done <at> debbugs.gnu.org
Subject: Re: bug#53642: [PATCH] gnu: oil: Update to 0.9.7.
Date: Wed, 02 Feb 2022 18:15:55 +0100
Hi,

Felix Gruber <felgru <at> 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’.


This bug report was last modified 3 years and 163 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.