diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-02 22:46:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-03 00:39:50 +0100 |
commit | 07334e83fc1f78906a831a4b6fe3873822351043 (patch) | |
tree | 1f191c707c84972333eb2eb8101551a0f930ba26 | |
parent | fbc449cc3c0785d63d5d64f16b2c26e100cefabb (diff) |
gnu: oil: Update to 0.9.3.
* gnu/packages/shells.scm (oil): Update to 0.9.3.
-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 62862516c3..a0436f6c56 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -830,14 +830,14 @@ Shell (pdksh).") (define-public oil (package (name "oil") - (version "0.9.2") + (version "0.9.3") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "0mqf2wmc1p6xr2l54pxv97d0s23wqm1mwwgyzn06aafr93dy3vkg")))) + (base32 "1js5i25wgvz7avsrfygxy96axanc97yvlc69arp0ja9vkcrxv5px")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary |