* [bug#47290] [PATCH] gnu: oil: Update to 0.8.8.
@ 2021-03-21 9:10 Felix Gruber
2021-03-21 23:45 ` bug#47290: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-03-21 9:10 UTC (permalink / raw)
To: 47290; +Cc: Felix Gruber
* gnu/packages/shells.scm (oil): Update to 0.8.8.
---
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 c348bfde94..62b7dc75fd 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -825,14 +825,14 @@ Shell (pdksh).")
(define-public oil
(package
(name "oil")
- (version "0.8.7")
+ (version "0.8.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.oilshell.org/download/oil-"
version ".tar.gz"))
(sha256
- (base32 "0yxd020jkwhhvq2l8hd9npp2vn6fvm11f0izfzwdl2npbnc976jr"))))
+ (base32 "1g3xk160x9k5smfc9k8nnxcj7w1nacmnhnpmm72am9rjp1vpv9h1"))))
(build-system gnu-build-system)
(arguments
`(#:strip-binaries? #f ; strip breaks the binary
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#47290: [PATCH] gnu: oil: Update to 0.8.8.
2021-03-21 9:10 [bug#47290] [PATCH] gnu: oil: Update to 0.8.8 Felix Gruber
@ 2021-03-21 23:45 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-03-21 23:45 UTC (permalink / raw)
To: Felix Gruber; +Cc: 47290-done
On Sun, Mar 21, 2021 at 10:10:03AM +0100, Felix Gruber wrote:
> * gnu/packages/shells.scm (oil): Update to 0.8.8.
Thanks! Pushed as 17b408e6a219d64643717cfde16ce04eea0a4590
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-21 23:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-21 9:10 [bug#47290] [PATCH] gnu: oil: Update to 0.8.8 Felix Gruber
2021-03-21 23:45 ` bug#47290: " Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.