summaryrefslogtreecommitdiff
path: root/gnu/packages/shells.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-08-16 16:06:13 -0400
committerLeo Famulari <leo@famulari.name>2018-08-16 16:08:13 -0400
commit1d9b96c08f62d4237c1f074f688cc00f30fc49fe (patch)
tree222509a7f4dac96bf9a05e2274523382d3b75c90 /gnu/packages/shells.scm
parente2b2baa71dfe22e9036fa1d6025e5a6b85b30820 (diff)
downloadguix-patches-1d9b96c08f62d4237c1f074f688cc00f30fc49fe.tar
guix-patches-1d9b96c08f62d4237c1f074f688cc00f30fc49fe.tar.gz
gnu: oil-shell: Update to 0.5.0.
* gnu/packages/shells.scm (oil-shell): Update to 0.5.0.
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r--gnu/packages/shells.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index bbf44e246c..6dbe1c4db7 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