unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65045] [PATCH] gnu: oil: Update to 0.17.0.
@ 2023-08-03 17:07 David Pflug
  2023-08-12 11:45 ` [bug#65045] [PATCH v2] " David Pflug
  0 siblings, 1 reply; 3+ messages in thread
From: David Pflug @ 2023-08-03 17:07 UTC (permalink / raw)
  To: 65045

* gnu/packages/shells.scm (oil): Update to 0.17.0
---
 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 aef22efd01..173eba6e6d 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -858,7 +858,7 @@ (define-public mksh
 (define-public oil
   (package
     (name "oil")
-    (version "0.15.0")
+    (version "0.17.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
@@ -871,7 +871,7 @@ (define-public oil
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1yy4523lbwkb0abnnvp4v08nv94isxb16wjryrp820idb90c1zfb"))))
+        (base32 "01b67dq56iam44d7c81ba9w62jjnjx2z7wm928rkc1ff6bacm37r"))))
     (build-system gnu-build-system)
     (arguments
      (list #:strip-binaries? #f         ; strip breaks the binary
-- 
2.41.0




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

* [bug#65045] [PATCH v2] gnu: oil: Update to 0.17.0.
  2023-08-03 17:07 [bug#65045] [PATCH] gnu: oil: Update to 0.17.0 David Pflug
@ 2023-08-12 11:45 ` David Pflug
  2023-08-13  7:00   ` bug#65045: [PATCH] " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: David Pflug @ 2023-08-12 11:45 UTC (permalink / raw)
  To: 65045; +Cc: David Pflug

* gnu/packages/shells.scm (oil): Update to 0.17.0.
---
 gnu/packages/shells.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index aef22efd01..c1df8c2941 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2021, 2022 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2022 Andrew Tropin <andrew@trop.in>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023 David Pflug <david@pflug.io>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -858,7 +859,7 @@ (define-public mksh
 (define-public oil
   (package
     (name "oil")
-    (version "0.15.0")
+    (version "0.17.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
@@ -871,7 +872,7 @@ (define-public oil
        (uri (string-append "https://www.oilshell.org/download/oil-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1yy4523lbwkb0abnnvp4v08nv94isxb16wjryrp820idb90c1zfb"))))
+        (base32 "01b67dq56iam44d7c81ba9w62jjnjx2z7wm928rkc1ff6bacm37r"))))
     (build-system gnu-build-system)
     (arguments
      (list #:strip-binaries? #f         ; strip breaks the binary

base-commit: 19a7a824c35eae56ce56e2a460042fb7e2129234
-- 
2.41.0





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

* bug#65045: [PATCH] gnu: oil: Update to 0.17.0.
  2023-08-12 11:45 ` [bug#65045] [PATCH v2] " David Pflug
@ 2023-08-13  7:00   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-13  7:00 UTC (permalink / raw)
  To: David Pflug; +Cc: 65045-done

David Pflug <david@pflug.io> writes:

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

Pushed to master, thank you!




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

end of thread, other threads:[~2023-08-13  7:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03 17:07 [bug#65045] [PATCH] gnu: oil: Update to 0.17.0 David Pflug
2023-08-12 11:45 ` [bug#65045] [PATCH v2] " David Pflug
2023-08-13  7:00   ` bug#65045: [PATCH] " 宋文武 via Guix-patches via

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