GNU bug report logs -
#65045
[PATCH] gnu: oil: Update to 0.17.0.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Sun, 13 Aug 2023 15:00:34 +0800
with message-id <874jl3a0kt.fsf_-_ <at> envs.net>
and subject line Re: bug#65045: [PATCH] gnu: oil: Update to 0.17.0.
has caused the debbugs.gnu.org bug report #65045,
regarding [PATCH] gnu: oil: Update to 0.17.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
David Pflug <david <at> pflug.io> writes:
> * gnu/packages/shells.scm (oil): Update to 0.17.0.
Pushed to master, thank you!
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.