unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71044] [PATCH] oil: Update to 0.21.0.
@ 2024-05-18 19:29 David Pflug
  2024-06-24  3:10 ` bug#71044: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: David Pflug @ 2024-05-18 19:29 UTC (permalink / raw)
  To: 71044; +Cc: David Pflug

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71044: [PATCH] oil: Update to 0.21.0.
  2024-05-18 19:29 [bug#71044] [PATCH] oil: Update to 0.21.0 David Pflug
@ 2024-06-24  3:10 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2024-06-24  3:10 UTC (permalink / raw)
  To: David Pflug; +Cc: 71044-done

Hi!

David Pflug <david@pflug.io> writes:

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

Applied, thank you!

-- 
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-24  3:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 19:29 [bug#71044] [PATCH] oil: Update to 0.21.0 David Pflug
2024-06-24  3:10 ` bug#71044: " Maxim Cournoyer

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).