all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69388] [PATCH] gnu: oil: Update to 0.20.0.
@ 2024-02-25 17:03 Felix Gruber
  2024-03-09  3:41 ` bug#69388: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2024-02-25 17:03 UTC (permalink / raw)
  To: 69388; +Cc: Felix Gruber

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

Change-Id: I052cd9a41feb81e0883f70554f1b99d240a1f920
---
 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 be8fa8d7a7..5561b2a1b0 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -857,7 +857,7 @@ (define-public mksh
 (define-public oil
   (package
     (name "oil")
-    (version "0.17.0")
+    (version "0.20.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
@@ -870,7 +870,7 @@ (define-public oil
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "01b67dq56iam44d7c81ba9w62jjnjx2z7wm928rkc1ff6bacm37r"))))
+        (base32 "1jpxhixwq29ik01jx372g9acib59wmww8lrdlcypq7jpg5b0b7pi"))))
     (build-system gnu-build-system)
     (arguments
      (list #:strip-binaries? #f         ; strip breaks the binary

base-commit: 386080366c642d887f9156059e4e894cd2d4e9b1
-- 
2.43.0





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

* bug#69388: [PATCH] gnu: oil: Update to 0.20.0.
  2024-02-25 17:03 [bug#69388] [PATCH] gnu: oil: Update to 0.20.0 Felix Gruber
@ 2024-03-09  3:41 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-09  3:41 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 69388-done

Felix Gruber <felgru@posteo.net> writes:

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

Applied as commit 757dc108b8, thank you!




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

end of thread, other threads:[~2024-03-09  3:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25 17:03 [bug#69388] [PATCH] gnu: oil: Update to 0.20.0 Felix Gruber
2024-03-09  3:41 ` bug#69388: " 宋文武 via Guix-patches via

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.