diff options
author | Felix Gruber <felgru@posteo.net> | 2023-05-13 08:31:01 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-22 17:05:22 +0200 |
commit | dff1689bb37e5303868584d3f1d7a33cbcb7f51e (patch) | |
tree | f87c0b28848a183f64bc768e737775579dd31a8f /gnu | |
parent | 6ee8b5316cad2fb960227e42f1379b895a6caf5f (diff) | |
download | guix-dff1689bb37e5303868584d3f1d7a33cbcb7f51e.tar.gz |
gnu: oil: Update to 0.15.0.
* gnu/packages/shells.scm (oil): Update to 0.15.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 969f01c492..3438facf17 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -851,7 +851,7 @@ Shell (pdksh).") (define-public oil (package (name "oil") - (version "0.14.2") + (version "0.15.0") (source ;; oil's sources contain a modified version of CPython 2.7.13. ;; According to https://www.oilshell.org/blog/2017/05/05.html @@ -864,7 +864,7 @@ Shell (pdksh).") (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "0qsfkav6a70nvp27ilab7zilmihw4ygga48a0dkxa14q9giwlgwr")))) + (base32 "1yy4523lbwkb0abnnvp4v08nv94isxb16wjryrp820idb90c1zfb")))) (build-system gnu-build-system) (arguments (list #:strip-binaries? #f ; strip breaks the binary |