guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: oil: Update to 0.9.7.


From: guix-commits
Subject: 10/14: gnu: oil: Update to 0.9.7.
Date: Wed, 2 Feb 2022 12:43:37 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f89bd6949a4b9f02eb98d53079dc416537a9620d
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Jan 30 21:01:39 2022 +0000

    gnu: oil: Update to 0.9.7.
    
    * gnu/packages/shells.scm (oil): Update to 0.9.7.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 1652848705..2e5bc3573a 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -828,14 +828,14 @@ Shell (pdksh).")
 (define-public oil
   (package
     (name "oil")
-    (version "0.9.6")
+    (version "0.9.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.oilshell.org/download/oil-";
                            version ".tar.gz"))
        (sha256
-        (base32 "01lmj4diqpla1gwwb1gh1shf4y74qhanpkzcsnb28458rxm1sq32"))))
+        (base32 "09ill1wks8gmixfc648wx25wx0wzlgkjj34bbpglx496i6yp81aw"))))
     (build-system gnu-build-system)
     (arguments
      (list #:strip-binaries? #f         ; strip breaks the binary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]