unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62245] [PATCH] gnu: oil: Update to 0.14.2.
@ 2023-03-17 18:30 Felix Gruber
  2023-03-27 15:57 ` bug#62245: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2023-03-17 18:30 UTC (permalink / raw)
  To: 62245; +Cc: Felix Gruber

* gnu/packages/shells.scm (oil): Update to 0.14.2.
---
 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 da2455e345..c2b08afbe9 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -849,7 +849,7 @@ (define-public mksh
 (define-public oil
   (package
     (name "oil")
-    (version "0.12.9")
+    (version "0.14.2")
     (source
      ;; oil's sources contain a modified version of CPython 2.7.13.
      ;; According to https://www.oilshell.org/blog/2017/05/05.html
@@ -862,7 +862,7 @@ (define-public oil
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "047gjar5lkbms4gdp3063njnqc6fl6p0dcx8bbpi1cdn1956yh1s"))))
+        (base32 "0qsfkav6a70nvp27ilab7zilmihw4ygga48a0dkxa14q9giwlgwr"))))
     (build-system gnu-build-system)
     (arguments
      (list #:strip-binaries? #f         ; strip breaks the binary
-- 
2.39.2





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

* bug#62245: [PATCH] gnu: oil: Update to 0.14.2.
  2023-03-17 18:30 [bug#62245] [PATCH] gnu: oil: Update to 0.14.2 Felix Gruber
@ 2023-03-27 15:57 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-27 15:57 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 62245-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]


Felix Gruber <felgru@posteo.net> writes:

> * gnu/packages/shells.scm (oil): Update to 0.14.2.
> ---
>  gnu/packages/shells.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Felix, I've pushed this to the master branch as
dd41b226cf04b9347685655817df258194e93c89.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-03-27 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 18:30 [bug#62245] [PATCH] gnu: oil: Update to 0.14.2 Felix Gruber
2023-03-27 15:57 ` bug#62245: " Christopher Baines

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