gnu: oil: Update to 0.8.5.
* gnu/packages/shells.scm (oil): Update to 0.8.5. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
f36bee1416
commit
6a062ca176
1 changed files with 2 additions and 2 deletions
|
@ -814,14 +814,14 @@ (define-public mksh
|
|||
(define-public oil
|
||||
(package
|
||||
(name "oil")
|
||||
(version "0.8.4")
|
||||
(version "0.8.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.oilshell.org/download/oil-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gcpf5l6bdjw150ds3j2iws739khxylmz67fx7k1rjfpfij2004l"))))
|
||||
(base32 "02pw7x76jzfmk8fqs1k0pz7vwnkal458p93j4if0w0hg36xyx1j2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:strip-binaries? #f ; strip breaks the binary
|
||||
|
|
Loading…
Reference in a new issue