gnu: oil: Update to 0.8.2.

* gnu/packages/shells.scm (oil): Update to 0.8.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-14 12:52:41 +02:00
parent 79145ab4f2
commit d3d1aec2ac
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -814,14 +814,14 @@ (define-public mksh
(define-public oil (define-public oil
(package (package
(name "oil") (name "oil")
(version "0.8.1") (version "0.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.oilshell.org/download/oil-" (uri (string-append "https://www.oilshell.org/download/oil-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1np17gvvz6zkr2rkvdb15wax45b1mcf2946bfyy3y77ann1zxsyj")))) (base32 "1m49darrs38x60zqi3sy1mh4a47qvwcyf7djrkzqwzwxsczxybgr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:strip-binaries? #f ; strip breaks the binary `(#:strip-binaries? #f ; strip breaks the binary