diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-14 12:52:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-14 16:31:45 +0200 |
commit | d3d1aec2ac742682cebf1c416afd9f6a889cc879 (patch) | |
tree | 7aa0420e26962e3fbff3e2f55cf7190bf0845892 | |
parent | 79145ab4f2599d28a99ae2ff6527ea64c8e8b4e4 (diff) | |
download | guix-d3d1aec2ac742682cebf1c416afd9f6a889cc879.tar guix-d3d1aec2ac742682cebf1c416afd9f6a889cc879.tar.gz |
gnu: oil: Update to 0.8.2.
* gnu/packages/shells.scm (oil): Update to 0.8.2.
-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 3962a5be5c..9e400eb27e 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.1") + (version "0.8.2") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "1np17gvvz6zkr2rkvdb15wax45b1mcf2946bfyy3y77ann1zxsyj")))) + (base32 "1m49darrs38x60zqi3sy1mh4a47qvwcyf7djrkzqwzwxsczxybgr")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary |