unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47779] [PATCH] gnu: oil: Update to 0.8.9.
@ 2021-04-14 17:16 Felix Gruber
  2021-04-14 17:49 ` bug#47779: " Leo Famulari
  2021-04-14 18:00 ` [bug#47779] " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Felix Gruber @ 2021-04-14 17:16 UTC (permalink / raw)
  To: 47779; +Cc: Felix Gruber

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#47779: [PATCH] gnu: oil: Update to 0.8.9.
  2021-04-14 17:16 [bug#47779] [PATCH] gnu: oil: Update to 0.8.9 Felix Gruber
@ 2021-04-14 17:49 ` Leo Famulari
  2021-04-14 18:00 ` [bug#47779] " Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2021-04-14 17:49 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 47779-done

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#47779] [PATCH] gnu: oil: Update to 0.8.9.
  2021-04-14 17:16 [bug#47779] [PATCH] gnu: oil: Update to 0.8.9 Felix Gruber
  2021-04-14 17:49 ` bug#47779: " Leo Famulari
@ 2021-04-14 18:00 ` Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-04-14 18:00 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 47779

[-- Attachment #1: Type: text/plain, Size: 351 bytes --]

Felix,

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

Thanks!  I tried to push it but no luck.

> [arguments]: Fix warning about `check` phase not returning #f.

Ignore this warning next time.  It's obsolete, but can only be 
removed on the next core-updates merge (when we can start removing 
all these silly #Ts again).

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-14 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14 17:16 [bug#47779] [PATCH] gnu: oil: Update to 0.8.9 Felix Gruber
2021-04-14 17:49 ` bug#47779: " Leo Famulari
2021-04-14 18:00 ` [bug#47779] " Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).