[PATCH] oil: Update to 0.21.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Pflug
  • Maxim Cournoyer
Owner
unassigned
Submitted by
David Pflug
Severity
normal
D
D
David Pflug wrote on 18 May 21:29 +0200
(address . guix-patches@gnu.org)(name . David Pflug)(address . david@pflug.io)
a43e24461fadd14dc950b993ce7d25fd6393f19b.1716060544.git.david@pflug.io
* gnu/packages/shells.scm (oil): Update to 0.21.0.

Change-Id: Ieb450e3bb778b64f99be5d4ef628628a75714d00
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index ae4e73956e..9cf22dcc36 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -861,7 +861,7 @@ (define-public mksh
(define-public oil
(package
(name "oil")
- (version "0.20.0")
+ (version "0.21.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 @@ (define-public oil
(uri (string-append "https://www.oilshell.org/download/oil-"
version ".tar.gz"))
(sha256
- (base32 "1jpxhixwq29ik01jx372g9acib59wmww8lrdlcypq7jpg5b0b7pi"))))
+ (base32 "12qmiqp6pk1n3j3mp7flp10r5fp6jnca1hn048kx0v51dmv5ydpl"))))
(build-system gnu-build-system)
(arguments
(list #:strip-binaries? #f ; strip breaks the binary

base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
--
2.41.0
M
M
Maxim Cournoyer wrote on 24 Jun 05:10 +0200
(name . David Pflug)(address . david@pflug.io)(address . 71044-done@debbugs.gnu.org)
87tthj3ujn.fsf@gmail.com
Hi!

David Pflug <david@pflug.io> writes:

Toggle quote (4 lines)
> * gnu/packages/shells.scm (oil): Update to 0.21.0.
>
> Change-Id: Ieb450e3bb778b64f99be5d4ef628628a75714d00

Applied, thank you!

--
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71044@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71044
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch