guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: oil: Update to 0.8.6.


From: guix-commits
Subject: 03/03: gnu: oil: Update to 0.8.6.
Date: Sun, 17 Jan 2021 17:22:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f6b03a308d540ecb0bde402ede63004065c922b1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 17 23:15:34 2021 +0100

    gnu: oil: Update to 0.8.6.
    
    * gnu/packages/shells.scm (oil): Update to 0.8.6.
---
 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 0b4edbe..5ee7add 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.5")
+    (version "0.8.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-";
                            version ".tar.gz"))
        (sha256
-        (base32 "02pw7x76jzfmk8fqs1k0pz7vwnkal458p93j4if0w0hg36xyx1j2"))))
+        (base32 "1g7ij3va9rlapfyl3zd08g2iffcr6b0n8b0zrp0bnxwvvnysl95h"))))
     (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]