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.5.


From: guix-commits
Subject: branch master updated: gnu: oil: Update to 0.8.5.
Date: Wed, 25 Nov 2020 19:30:45 -0500

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 6a062ca  gnu: oil: Update to 0.8.5.
6a062ca is described below

commit 6a062ca176593fc877fc21cce85aac0988c36abd
Author: Ryan Prior via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Wed Nov 25 23:49:02 2020 +0000

    gnu: oil: Update to 0.8.5.
    
    * gnu/packages/shells.scm (oil): Update to 0.8.5.
    
    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 a5f9348..5b3ae21 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -814,14 +814,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.8.4")
+    (version "0.8.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-";
                            version ".tar.gz"))
        (sha256
-        (base32 "1gcpf5l6bdjw150ds3j2iws739khxylmz67fx7k1rjfpfij2004l"))))
+        (base32 "02pw7x76jzfmk8fqs1k0pz7vwnkal458p93j4if0w0hg36xyx1j2"))))
     (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]