guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: oil-shell: Update to 0.6.0


From: guix-commits
Subject: 01/01: gnu: oil-shell: Update to 0.6.0
Date: Mon, 22 Jul 2019 02:27:15 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7284b11f6c924c3b47e825d1c57eda8c44043a05
Author: Robert Vollmert <address@hidden>
Date:   Fri Jul 19 18:50:56 2019 +0200

    gnu: oil-shell: Update to 0.6.0
    
    * gnu/packages/shells.scm (oil-shell): Update to 0.6.0.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 f8c0fdf..1900925 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -749,14 +749,14 @@ Shell (pdksh).")
 (define-public oil-shell
   (package
     (name "oil-shell")
-    (version "0.6.pre22")
+    (version "0.6.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.oilshell.org/download/oil-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1kslycqa8rrzk9p2265dy045xd88q675w4baqiygcrnvxwn588c5"))))
+                "1dw4mgnlmaxlfygasfihgvbj32d3m9w6k5j7azb9d9lp35f3l7hl"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; the tests are not distributed in the tarballs



reply via email to

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