gnu: oil: Update to 0.8.11.
* gnu/packages/shells.scm (oil): Update to 0.8.11.
This commit is contained in:
parent
636d25cce0
commit
d5aa478854
1 changed files with 2 additions and 2 deletions
|
@ -829,14 +829,14 @@ Shell (pdksh).")
|
||||||
(define-public oil
|
(define-public oil
|
||||||
(package
|
(package
|
||||||
(name "oil")
|
(name "oil")
|
||||||
(version "0.8.10")
|
(version "0.8.11")
|
||||||
(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 "03ixqspizvgj869b524c33pg9c6h64g04r4pjkxfp1fxvgca70db"))))
|
(base32 "12fhcqgv0sm3i9i4qa7yggjf2qsbjlmi6yblwxb735f86357ps8a"))))
|
||||||
(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
|
||||||
|
|
Reference in a new issue