guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: oil: Update to 0.9.5.


From: guix-commits
Subject: 04/05: gnu: oil: Update to 0.9.5.
Date: Thu, 16 Dec 2021 23:35:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0091035d6df2ddc89b6913683f5ab168c919f954
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 03:27:38 2021 +0100

    gnu: oil: Update to 0.9.5.
    
    * gnu/packages/shells.scm (oil): Update to 0.9.5.
---
 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 3de26f7..346bb7c 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -827,14 +827,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.9.4")
+    (version "0.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-";
                            version ".tar.gz"))
        (sha256
-        (base32 "13wm1p22hak45j91p7kc8nxcizcykdi467wxlqbhb7s57ywcck59"))))
+        (base32 "0q29k500is2iif77dkpr7zncjg6ghzmmxs7c9pr2hjz8vvykv58x"))))
     (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]