diff options
author | Felix Gruber <felgru@posteo.net> | 2023-03-17 18:30:57 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-27 16:38:14 +0100 |
commit | dd41b226cf04b9347685655817df258194e93c89 (patch) | |
tree | 69012add526671ff2a22dbb0b90564b065c0ae37 /gnu/packages | |
parent | 6818843b2bab9f34f7dfe849cddb9a72c60fab9c (diff) | |
download | guix-dd41b226cf04b9347685655817df258194e93c89.tar.gz |
gnu: oil: Update to 0.14.2.
* gnu/packages/shells.scm (oil): Update to 0.14.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages')
-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 da2455e345..c2b08afbe9 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -849,7 +849,7 @@ Shell (pdksh).") (define-public oil (package (name "oil") - (version "0.12.9") + (version "0.14.2") (source ;; oil's sources contain a modified version of CPython 2.7.13. ;; According to https://www.oilshell.org/blog/2017/05/05.html @@ -862,7 +862,7 @@ Shell (pdksh).") (uri (string-append "https://www.oilshell.org/download/oil-" version ".tar.gz")) (sha256 - (base32 "047gjar5lkbms4gdp3063njnqc6fl6p0dcx8bbpi1cdn1956yh1s")))) + (base32 "0qsfkav6a70nvp27ilab7zilmihw4ygga48a0dkxa14q9giwlgwr")))) (build-system gnu-build-system) (arguments (list #:strip-binaries? #f ; strip breaks the binary |