gnu: oil: Update to 0.9.5.

* gnu/packages/shells.scm (oil): Update to 0.9.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-17 03:27:38 +01:00
parent cfee80cc91
commit 0091035d6d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -827,14 +827,14 @@ (define-public mksh
(define-public oil (define-public oil
(package (package
(name "oil") (name "oil")
(version "0.9.4") (version "0.9.5")
(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 "13wm1p22hak45j91p7kc8nxcizcykdi467wxlqbhb7s57ywcck59")))) (base32 "0q29k500is2iif77dkpr7zncjg6ghzmmxs7c9pr2hjz8vvykv58x"))))
(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