GNU bug report logs - #65045
[PATCH] gnu: oil: Update to 0.17.0.

Previous Next

Package: guix-patches;

Reported by: David Pflug <david <at> tpflug.com>

Date: Fri, 4 Aug 2023 03:57:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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: David Pflug <david <at> tpflug.com>
Subject: bug#65045: closed (Re: bug#65045: [PATCH] gnu: oil: Update to
 0.17.0.)
Date: Sun, 13 Aug 2023 07:01:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#65045: [PATCH] gnu: oil: Update to 0.17.0.

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

-- 
65045: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65045
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: David Pflug <david <at> pflug.io>
Cc: 65045-done <at> debbugs.gnu.org
Subject: Re: bug#65045: [PATCH] gnu: oil: Update to 0.17.0.
Date: Sun, 13 Aug 2023 15:00:34 +0800
David Pflug <david <at> pflug.io> writes:

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

Pushed to master, thank you!

[Message part 3 (message/rfc822, inline)]
From: David Pflug <david <at> tpflug.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: oil: Update to 0.17.0.
Date: Thu, 3 Aug 2023 13:07:43 -0400
* gnu/packages/shells.scm (oil): Update to 0.17.0
---
 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 aef22efd01..173eba6e6d 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -858,7 +858,7 @@ (define-public mksh
 (define-public oil
   (package
     (name "oil")
-    (version "0.15.0")
+    (version "0.17.0")
     (source
      ;; oil's sources contain a modified version of CPython 2.7.13.
      ;; According to https://www.oilshell.org/blog/2017/05/05.html
@@ -871,7 +871,7 @@ (define-public oil
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1yy4523lbwkb0abnnvp4v08nv94isxb16wjryrp820idb90c1zfb"))))
+        (base32 "01b67dq56iam44d7c81ba9w62jjnjx2z7wm928rkc1ff6bacm37r"))))
     (build-system gnu-build-system)
     (arguments
      (list #:strip-binaries? #f         ; strip breaks the binary
-- 
2.41.0



This bug report was last modified 1 year and 340 days ago.

Previous Next


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