guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: oil: Update to 0.8.11.


From: guix-commits
Subject: 02/05: gnu: oil: Update to 0.8.11.
Date: Sat, 29 May 2021 11:37:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d5aa478854b46a3e45af149a5e9fcbe9c52c4d62
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 29 16:38:36 2021 +0200

    gnu: oil: Update to 0.8.11.
    
    * gnu/packages/shells.scm (oil): Update to 0.8.11.
---
 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 5c35b11..48f7240 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -829,14 +829,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.8.10")
+    (version "0.8.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-";
                            version ".tar.gz"))
        (sha256
-        (base32 "03ixqspizvgj869b524c33pg9c6h64g04r4pjkxfp1fxvgca70db"))))
+        (base32 "12fhcqgv0sm3i9i4qa7yggjf2qsbjlmi6yblwxb735f86357ps8a"))))
     (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]