GNU bug report logs -
#65045
[PATCH] gnu: oil: Update to 0.17.0.
Previous Next
Reported by: David Pflug <david <at> tpflug.com>
Date: Fri, 4 Aug 2023 03:57:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65045 in the body.
You can then email your comments to 65045 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65045
; Package
guix-patches
.
(Fri, 04 Aug 2023 03:57:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Pflug <david <at> tpflug.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 04 Aug 2023 03:57:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65045
; Package
guix-patches
.
(Sat, 12 Aug 2023 16:06:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 65045 <at> debbugs.gnu.org (full text, mbox):
* 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 <at> posteo.net>
;;; Copyright © 2022 Andrew Tropin <andrew <at> trop.in>
;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2023 David Pflug <david <at> 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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Sun, 13 Aug 2023 07:01:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
David Pflug <david <at> tpflug.com>
:
bug acknowledged by developer.
(Sun, 13 Aug 2023 07:01:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 65045-done <at> debbugs.gnu.org (full text, mbox):
David Pflug <david <at> pflug.io> writes:
> * gnu/packages/shells.scm (oil): Update to 0.17.0.
Pushed to master, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 10 Sep 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.