all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 69388@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#69388] [PATCH] gnu: oil: Update to 0.20.0.
Date: Sun, 25 Feb 2024 17:03:54 +0000	[thread overview]
Message-ID: <d7a0ae46021160f0757702aa70f33139fabaf293.1708880634.git.felgru@posteo.net> (raw)

* gnu/packages/shells.scm (oil): Update to 0.20.0.

Change-Id: I052cd9a41feb81e0883f70554f1b99d240a1f920
---
 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 be8fa8d7a7..5561b2a1b0 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -857,7 +857,7 @@ (define-public mksh
 (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
@@ -870,7 +870,7 @@ (define-public oil
        (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

base-commit: 386080366c642d887f9156059e4e894cd2d4e9b1
-- 
2.43.0





             reply	other threads:[~2024-02-25 17:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 17:03 Felix Gruber [this message]
2024-03-09  3:41 ` bug#69388: [PATCH] gnu: oil: Update to 0.20.0 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d7a0ae46021160f0757702aa70f33139fabaf293.1708880634.git.felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=69388@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.