guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: oil: Update to 0.8.8.


From: guix-commits
Subject: branch master updated: gnu: oil: Update to 0.8.8.
Date: Sun, 21 Mar 2021 19:45:12 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 17b408e  gnu: oil: Update to 0.8.8.
17b408e is described below

commit 17b408e6a219d64643717cfde16ce04eea0a4590
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Mar 21 10:10:03 2021 +0100

    gnu: oil: Update to 0.8.8.
    
    * gnu/packages/shells.scm (oil): Update to 0.8.8.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 c348bfd..62b7dc7 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -825,14 +825,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.8.7")
+    (version "0.8.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0yxd020jkwhhvq2l8hd9npp2vn6fvm11f0izfzwdl2npbnc976jr"))))
+        (base32 "1g3xk160x9k5smfc9k8nnxcj7w1nacmnhnpmm72am9rjp1vpv9h1"))))
     (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]