GNU bug report logs -
#47779
[PATCH] gnu: oil: Update to 0.8.9.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Wed, 14 Apr 2021 17:18:01 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
[Message part 1 (text/plain, inline)]
Your message dated Wed, 14 Apr 2021 13:49:30 -0400
with message-id <YHcrKmUubIeHapSS <at> jasmine.lan>
and subject line Re: [bug#47779] [PATCH] gnu: oil: Update to 0.8.9.
has caused the debbugs.gnu.org bug report #47779,
regarding [PATCH] gnu: oil: Update to 0.8.9.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
47779: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47779
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.8.9.
[arguments]: Fix warning about `check` phase not returning #f.
---
gnu/packages/shells.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 5ab3642dea..f2356dbdb4 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.8")
+ (version "0.8.9")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.oilshell.org/download/oil-"
version ".tar.gz"))
(sha256
- (base32 "1g3xk160x9k5smfc9k8nnxcj7w1nacmnhnpmm72am9rjp1vpv9h1"))))
+ (base32 "080lsx7hyjhny3jzscwr152vr0g9s3c2iqg3vrpgsbk8vv7vw5l7"))))
(build-system gnu-build-system)
(arguments
`(#:strip-binaries? #f ; strip breaks the binary
@@ -853,7 +853,8 @@ Shell (pdksh).")
(lambda _
(let* ((oil "_bin/oil.ovm"))
(invoke/quiet oil "osh" "-c" "echo hi")
- (invoke/quiet oil "osh" "-n" "configure")))))))
+ (invoke/quiet oil "osh" "-n" "configure")
+ #t))))))
(inputs
`(("readline" ,readline)))
(home-page "https://www.oilshell.org")
--
2.30.2
[Message part 3 (message/rfc822, inline)]
On Wed, Apr 14, 2021 at 07:16:39PM +0200, Felix Gruber wrote:
> * gnu/packages/shells.scm (oil): Update to 0.8.9.
> [arguments]: Fix warning about `check` phase not returning #f.
Thanks! Pushed as dd9e77f81bce7fd3c869ee68b7ce68153d934460
This bug report was last modified 4 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.