Archived
1
0
Fork 0

gnu: oil: Update to 0.9.3.

* gnu/packages/shells.scm (oil): Update to 0.9.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-02 22:46:49 +01:00
parent fbc449cc3c
commit 07334e83fc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -830,14 +830,14 @@ Shell (pdksh).")
(define-public oil (define-public oil
(package (package
(name "oil") (name "oil")
(version "0.9.2") (version "0.9.3")
(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 "0mqf2wmc1p6xr2l54pxv97d0s23wqm1mwwgyzn06aafr93dy3vkg")))) (base32 "1js5i25wgvz7avsrfygxy96axanc97yvlc69arp0ja9vkcrxv5px"))))
(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