[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: oil: Update to 0.20.0.
From: |
guix-commits |
Subject: |
05/07: gnu: oil: Update to 0.20.0. |
Date: |
Fri, 8 Mar 2024 22:37:53 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 757dc108b81115a8a773686982965ed1d9aa2408
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Feb 25 17:03:54 2024 +0000
gnu: oil: Update to 0.20.0.
* gnu/packages/shells.scm (oil): Update to 0.20.0.
Change-Id: I052cd9a41feb81e0883f70554f1b99d240a1f920
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 492f4693d8..ae4e73956e 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -861,7 +861,7 @@ Shell (pdksh).")
(define-public oil
(package
(name "oil")
- (version "0.17.0")
+ (version "0.20.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
@@ -874,7 +874,7 @@ Shell (pdksh).")
(uri (string-append "https://www.oilshell.org/download/oil-"
version ".tar.gz"))
(sha256
- (base32 "01b67dq56iam44d7c81ba9w62jjnjx2z7wm928rkc1ff6bacm37r"))))
+ (base32 "1jpxhixwq29ik01jx372g9acib59wmww8lrdlcypq7jpg5b0b7pi"))))
(build-system gnu-build-system)
(arguments
(list #:strip-binaries? #f ; strip breaks the binary
- branch master updated (52f9db6503 -> fd3e618cf0), guix-commits, 2024/03/08
- 04/07: gnu: catch2-3: Update to 3.5.3., guix-commits, 2024/03/08
- 07/07: gnu: darktable: Update to 4.6.1., guix-commits, 2024/03/08
- 03/07: gnu: fennel: Update to 1.4.2., guix-commits, 2024/03/08
- 02/07: gnu: cmark: Update to 0.31.0., guix-commits, 2024/03/08
- 06/07: gnu: xnedit: Update to 1.5.3., guix-commits, 2024/03/08
- 01/07: gnu: mc: Update to 4.8.31., guix-commits, 2024/03/08
- 05/07: gnu: oil: Update to 0.20.0.,
guix-commits <=