diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-07 22:38:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-07 23:27:16 +0100 |
commit | 51c0724f59ae9dbe53a2f4f95e28b3b575a0bf95 (patch) | |
tree | b8d448c11563ddc3a17ca3fa119349c4542fe998 /gnu | |
parent | f5b8733824e4e4ad061398ca0f9a49161ac738c4 (diff) | |
download | guix-51c0724f59ae9dbe53a2f4f95e28b3b575a0bf95.tar guix-51c0724f59ae9dbe53a2f4f95e28b3b575a0bf95.tar.gz |
gnu: oil: Update to 0.8.7.
* gnu/packages/shells.scm (oil): Update to 0.8.7.
Diffstat (limited to 'gnu')
-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 5ee7add8b1..3db38b9b2f 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.6") + (version "0.8.7") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "1g7ij3va9rlapfyl3zd08g2iffcr6b0n8b0zrp0bnxwvvnysl95h")))) + (base32 "0yxd020jkwhhvq2l8hd9npp2vn6fvm11f0izfzwdl2npbnc976jr")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary |