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


From: Leo Famulari
Subject: 01/01: gnu: oil-shell: Update to 0.5.0.
Date: Thu, 16 Aug 2018 16:08:27 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 1d9b96c08f62d4237c1f074f688cc00f30fc49fe
Author: Leo Famulari <address@hidden>
Date:   Thu Aug 16 16:06:13 2018 -0400

    gnu: oil-shell: Update to 0.5.0.
    
    * gnu/packages/shells.scm (oil-shell): Update to 0.5.0.
---
 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 bbf44e2..6dbe1c4 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -649,14 +649,14 @@ Shell (pdksh).")
 (define-public oil-shell
   (package
     (name "oil-shell")
-    (version "0.4.0")
+    (version "0.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.oilshell.org/download/oil-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0ca68n46mhibarpfinqfkim6p3xmbz5rrpl4qr3sj9y0q6wm7sa2"))))
+                "03zc7rhhpl0cybng2i3c33pky1knsnyvn526bn91hg6w4znvn66w"))))
     (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]