guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: oil: Update to 0.9.3.


From: guix-commits
Subject: 05/06: gnu: oil: Update to 0.9.3.
Date: Tue, 2 Nov 2021 19:42:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 07334e83fc1f78906a831a4b6fe3873822351043
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 2 22:46:49 2021 +0100

    gnu: oil: Update to 0.9.3.
    
    * gnu/packages/shells.scm (oil): Update to 0.9.3.
---
 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 6286251..a0436f6 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -830,14 +830,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0mqf2wmc1p6xr2l54pxv97d0s23wqm1mwwgyzn06aafr93dy3vkg"))))
+        (base32 "1js5i25wgvz7avsrfygxy96axanc97yvlc69arp0ja9vkcrxv5px"))))
     (build-system gnu-build-system)
     (arguments
      `(#:strip-binaries? #f             ; strip breaks the binary



reply via email to

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