guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69388] [PATCH] gnu: oil: Update to 0.20.0.


From: Felix Gruber
Subject: [bug#69388] [PATCH] gnu: oil: Update to 0.20.0.
Date: Sun, 25 Feb 2024 17:03:54 +0000

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]