GNU bug report logs - #47290
[PATCH] gnu: oil: Update to 0.8.8.

Previous Next

Package: guix-patches;

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

Date: Sun, 21 Mar 2021 09:11:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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: Felix Gruber <felgru <at> posteo.net>
Subject: bug#47290: closed (Re: [bug#47290] [PATCH] gnu: oil: Update to
 0.8.8.)
Date: Sun, 21 Mar 2021 23:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#47290: [PATCH] gnu: oil: Update to 0.8.8.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 47290 <at> debbugs.gnu.org.

-- 
47290: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47290
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 47290-done <at> debbugs.gnu.org
Subject: Re: [bug#47290] [PATCH] gnu: oil: Update to 0.8.8.
Date: Sun, 21 Mar 2021 19:45:22 -0400
On Sun, Mar 21, 2021 at 10:10:03AM +0100, Felix Gruber wrote:
> * gnu/packages/shells.scm (oil): Update to 0.8.8.

Thanks! Pushed as 17b408e6a219d64643717cfde16ce04eea0a4590

[Message part 3 (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.8.8.
Date: Sun, 21 Mar 2021 10:10:03 +0100
* gnu/packages/shells.scm (oil): Update to 0.8.8.
---
 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 c348bfde94..62b7dc75fd 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -825,14 +825,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.8.7")
+    (version "0.8.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "0yxd020jkwhhvq2l8hd9npp2vn6fvm11f0izfzwdl2npbnc976jr"))))
+        (base32 "1g3xk160x9k5smfc9k8nnxcj7w1nacmnhnpmm72am9rjp1vpv9h1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:strip-binaries? #f             ; strip breaks the binary
-- 
2.30.2




This bug report was last modified 4 years and 63 days ago.

Previous Next


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