* [bug#56830] [PATCH] gnu: oil: Update to 0.12.0.
@ 2022-07-29 15:23 Felix Gruber
2022-07-29 16:11 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-07-29 15:23 UTC (permalink / raw)
To: 56830; +Cc: Felix Gruber
* gnu/packages/shells.scm (oil): Update to 0.12.0.
---
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 a8a42f0544..1a5f8fca9f 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -848,7 +848,7 @@ Shell (pdksh).")
(define-public oil
(package
(name "oil")
- (version "0.9.9")
+ (version "0.12.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
@@ -861,7 +861,7 @@ Shell (pdksh).")
(uri (string-append "https://www.oilshell.org/download/oil-"
version ".tar.gz"))
(sha256
- (base32 "1ymszq0wy7sy709yqx8dpmv7b37fkc57bdg02ah2gnjbvbk6s2z1"))))
+ (base32 "1sz5xb88773ass6ip5yxmnby9p6h0bz1d02n6n0cna3hdzqn7bpv"))))
(build-system gnu-build-system)
(arguments
(list #:strip-binaries? #f ; strip breaks the binary
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#56830] [PATCH] gnu: oil: Update to 0.12.0.
2022-07-29 15:23 [bug#56830] [PATCH] gnu: oil: Update to 0.12.0 Felix Gruber
@ 2022-07-29 16:11 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-07-29 16:11 UTC (permalink / raw)
To: Felix Gruber; +Cc: 56830-done, 56830
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
Hi Felix,
Felix Gruber 写道:
> * gnu/packages/shells.scm (oil): Update to 0.12.0.
Perfect! Pushed as 69eb84094516b56d7784aa1b8809cce0936e173e.
Thanks,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-29 16:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-29 15:23 [bug#56830] [PATCH] gnu: oil: Update to 0.12.0 Felix Gruber
2022-07-29 16:11 ` Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).