GNU bug report logs - #52021
[PATCH] gnu: oil: Update to 0.9.4.

Previous Next

Package: guix-patches;

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

Date: Sun, 21 Nov 2021 17:46:02 UTC

Severity: normal

Tags: patch

Done: Timothy Sample <samplet <at> ngyro.com>

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#52021: closed (Re: [bug#52021] [PATCH] gnu: oil: Update to
 0.9.4.)
Date: Tue, 23 Nov 2021 03:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52021: [PATCH] gnu: oil: Update to 0.9.4.

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 52021 <at> debbugs.gnu.org.

-- 
52021: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52021
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Timothy Sample <samplet <at> ngyro.com>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 52021-done <at> debbugs.gnu.org
Subject: Re: [bug#52021] [PATCH] gnu: oil: Update to 0.9.4.
Date: Mon, 22 Nov 2021 22:45:20 -0500
Hi Felix,

Felix Gruber <felgru <at> posteo.net> writes:

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

Applied.  Thanks!


-- Tim

[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.9.4.
Date: Sun, 21 Nov 2021 17:45:26 +0000
* gnu/packages/shells.scm (oil): Update to 0.9.4.
---
 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 0d93a1b5cc..33290862bf 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -829,14 +829,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.9.3")
+    (version "0.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1js5i25wgvz7avsrfygxy96axanc97yvlc69arp0ja9vkcrxv5px"))))
+        (base32 "13wm1p22hak45j91p7kc8nxcizcykdi467wxlqbhb7s57ywcck59"))))
     (build-system gnu-build-system)
     (arguments
      `(#:strip-binaries? #f             ; strip breaks the binary
-- 
2.30.2




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

Previous Next


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