diff options
author | Ryan Prior via Guix-patches via <guix-patches@gnu.org> | 2020-11-09 05:05:28 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-09 06:40:32 +0100 |
commit | 09b83d6833de48c07736dc1097971a8825e4ced5 (patch) | |
tree | c0fa3de9d8a02a090713ca48b4ebb2020f8e9b31 /gnu/packages/shells.scm | |
parent | d450b77abd65b7f66d98ef418b5f68e40ea8f8cf (diff) |
gnu: oil: Update to 0.8.4.
* gnu/packages/shells.scm (oil): Update to 0.8.4.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/shells.scm')
-rw-r--r-- | gnu/packages/shells.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index cd10dd3872..a5f934854b 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -814,14 +814,14 @@ Shell (pdksh).") (define-public oil (package (name "oil") - (version "0.8.3") + (version "0.8.4") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "14j0qjh92b16xxaj0f0k71y8wkbz6nmgx0yin2q7xrzqk8hzqgj6")))) + (base32 "1gcpf5l6bdjw150ds3j2iws739khxylmz67fx7k1rjfpfij2004l")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary |