mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: oil: Update to 0.9.4.
* gnu/packages/shells.scm (oil): Update to 0.9.4. Signed-off-by: Timothy Sample <samplet@ngyro.com>
This commit is contained in:
parent
21d390bf64
commit
da54ccdeb2
1 changed files with 2 additions and 2 deletions
|
@ -829,14 +829,14 @@ (define-public mksh
|
|||
(define-public oil
|
||||
(package
|
||||
(name "oil")
|
||||
(version "0.9.3")
|
||||
(version "0.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.oilshell.org/download/oil-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1js5i25wgvz7avsrfygxy96axanc97yvlc69arp0ja9vkcrxv5px"))))
|
||||
(base32 "13wm1p22hak45j91p7kc8nxcizcykdi467wxlqbhb7s57ywcck59"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:strip-binaries? #f ; strip breaks the binary
|
||||
|
|
Loading…
Reference in a new issue