all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49732] [PATCH] gnu: oil: Update to 0.9.0.
@ 2021-07-25  9:13 Felix Gruber
  2021-07-25 14:41 ` bug#49732: " Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-07-25  9:13 UTC (permalink / raw)
  To: 49732; +Cc: Felix Gruber

* gnu/packages/shells.scm (oil): Update to 0.9.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 f080d71c40..65354325d3 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.8.11")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "12fhcqgv0sm3i9i4qa7yggjf2qsbjlmi6yblwxb735f86357ps8a"))))
+        (base32 "0jm9bmjhdpa30i16glssp735f4yqijl1zkmyywifkpxis4kwmqkg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:strip-binaries? #f             ; strip breaks the binary
-- 
2.30.2





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

* bug#49732: [PATCH] gnu: oil: Update to 0.9.0.
  2021-07-25  9:13 [bug#49732] [PATCH] gnu: oil: Update to 0.9.0 Felix Gruber
@ 2021-07-25 14:41 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2021-07-25 14:41 UTC (permalink / raw)
  To: Felix Gruber, 49732-done

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


Hi Felix,

Thanks for contributing! I added a copyright header for you and pushed
to master.

Regards,
Arun

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

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

end of thread, other threads:[~2021-07-25 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-25  9:13 [bug#49732] [PATCH] gnu: oil: Update to 0.9.0 Felix Gruber
2021-07-25 14:41 ` bug#49732: " Arun Isaac

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.