diff options
author | Felix Gruber <felgru@posteo.net> | 2021-07-25 09:13:41 +0000 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2021-07-25 19:58:05 +0530 |
commit | d1318cb4dee1300ed5719a556ed9a624a0a464fe (patch) | |
tree | a9dbaaeb61625f15f872fb5bc70e39626bcb8b2d /gnu/packages | |
parent | 769326cf185c024c760931f35c6001c32c85b4a2 (diff) |
gnu: oil: Update to 0.9.0.
* gnu/packages/shells.scm (oil): Update to 0.9.0.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/shells.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index f080d71c40..1bfc2ba213 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -17,6 +17,7 @@ ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com> ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr> +;;; Copyright © 2021 Felix Gruber <felgru@posteo.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -829,14 +830,14 @@ Shell (pdksh).") (define-public oil (package (name "oil") - (version "0.8.11") + (version "0.9.0") (source (origin (method url-fetch) (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "12fhcqgv0sm3i9i4qa7yggjf2qsbjlmi6yblwxb735f86357ps8a")))) + (base32 "0jm9bmjhdpa30i16glssp735f4yqijl1zkmyywifkpxis4kwmqkg")))) (build-system gnu-build-system) (arguments `(#:strip-binaries? #f ; strip breaks the binary |