diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 03:27:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 05:34:50 +0100 |
commit | 0091035d6df2ddc89b6913683f5ab168c919f954 (patch) | |
tree | ee663b8199c58aca83520e8ffed644c8d5f72da5 /gnu | |
parent | cfee80cc91e687fc82aaebef7dfde8d9ebec85e0 (diff) |
gnu: oil: Update to 0.9.5.
* gnu/packages/shells.scm (oil): Update to 0.9.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/shells.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 3de26f7201..346bb7cdbe 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -827,14 +827,14 @@ Shell (pdksh).") (define-public oil (package (name "oil") - (version "0.9.4") + (version "0.9.5") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "13wm1p22hak45j91p7kc8nxcizcykdi467wxlqbhb7s57ywcck59")))) + (base32 "0q29k500is2iif77dkpr7zncjg6ghzmmxs7c9pr2hjz8vvykv58x")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary |