diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-17 23:15:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-17 23:19:33 +0100 |
commit | f6b03a308d540ecb0bde402ede63004065c922b1 (patch) | |
tree | d6f2bcb50de365a805086b5546b7855dbbcfd409 /gnu/packages/shells.scm | |
parent | 07928e11eb2f92745205ceb280070d000708fcb2 (diff) | |
download | guix-f6b03a308d540ecb0bde402ede63004065c922b1.tar guix-f6b03a308d540ecb0bde402ede63004065c922b1.tar.gz |
gnu: oil: Update to 0.8.6.
* gnu/packages/shells.scm (oil): Update to 0.8.6.
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 0b4edbe452..5ee7add8b1 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.5") + (version "0.8.6") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "02pw7x76jzfmk8fqs1k0pz7vwnkal458p93j4if0w0hg36xyx1j2")))) + (base32 "1g7ij3va9rlapfyl3zd08g2iffcr6b0n8b0zrp0bnxwvvnysl95h")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary |