nckx pushed a commit to branch master
in repository guix.

commit 58155312028c36daa25e60b610eae9529562eabd
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Mar 3 04:04:07 2020 +0100

    gnu: oil-shell: Update to 0.7.0.
    
    * gnu/packages/shells.scm (oil-shell): Update to 0.7.0.
---
 gnu/packages/shells.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 1300175..d28f834 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2014, 2015 David Thompson <[email protected]>
 ;;; Copyright © 2014 Kevin Lemonnier <[email protected]>
 ;;; Copyright © 2015 Jeff Mickey <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice 
<[email protected]>
 ;;; Copyright © 2016 Stefan Reichör <[email protected]>
 ;;; Copyright © 2017, 2018 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2017, 2018 ng0 <[email protected]>
@@ -751,14 +751,14 @@ Shell (pdksh).")
 (define-public oil-shell
   (package
     (name "oil-shell")
-    (version "0.6.0")
+    (version "0.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.oilshell.org/download/oil-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1dw4mgnlmaxlfygasfihgvbj32d3m9w6k5j7azb9d9lp35f3l7hl"))))
+                "12c9s462879adb6mwd3fqafk0dnqsm16s18rhym6cmzfzy8v8zm3"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; the tests are not distributed in the tarballs

Reply via email to