[PATCH] gnu: Update oil to 0.8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Ryan Prior
Owner
unassigned
Submitted by
Ryan Prior
Severity
normal
R
R
Ryan Prior wrote on 20 Sep 2020 05:28
(address . guix-patches@gnu.org)
20200920032758.20381-1-rprior@protonmail.com
* gnu/packages/shells.scm (oil): Update to 0.8.0.
---
gnu/packages/shells.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 7868dc40f0..affc98a6e6 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -813,15 +813,14 @@ Shell (pdksh).")
(define-public oil
(package
(name "oil")
- ;; https://www.oilshell.org/blog/2020/04/release-0.8.pre4.html#comment-on-version-numbering
- (version "0.8.pre6")
+ (version "0.8.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.oilshell.org/download/oil-"
version ".tar.gz"))
(sha256
- (base32 "11nfwn5b1w74hv78065jg2zm45mqzi59381b0f649j7n3g7yp3iq"))))
+ (base32 "1455hy61prznzp05vigh96ypyz9zarhvvzmmxvf8cnpa39s39a8c"))))
(build-system gnu-build-system)
(arguments
`(#:strip-binaries? #f ; strip breaks the binary
@@ -838,7 +837,7 @@ Shell (pdksh).")
(replace 'check
;; The tests are not distributed in the tarballs but upstream
;; recommends running this smoke test.
- ;; https://github.com/oilshell/oil/blob/release/0.8.pre6/INSTALL.txt#L38-L48
+ ;; https://github.com/oilshell/oil/blob/release/0.8.0/INSTALL.txt#L38-L48
(lambda _
(let* ((oil "_bin/oil.ovm"))
(invoke/quiet oil "osh" "-c" "echo hi")
--
2.17.1
E
E
Efraim Flashner wrote on 20 Sep 2020 22:41
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 43526-done@debbugs.gnu.org)
20200920204154.GB6984@E5400
Patch looks good and I pushed it. I'm not too happy about the bundled
python source code though.


--
Efraim Flashner <efraim@flashner.co.il> ????? ?????
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9nvpIACgkQQarn3Mo9
g1E6vxAAhTqpKl/HFmnmfEY+arPzjc1zxZ9XrsZHjxGnKw8+MOW7fHlodw8omkuI
cVipTCfQvQd9mN3zIAHD4laMYD6zXTC7m5GcOtFZlR+kxa9forAC7KaaER5JTfgh
XXNyf+zbTGSuddLyUXWhxGEPkrxK7qnds2KgPIxxWm2sCFWr9HrOAr+3QatDLZVZ
DVe0TLkNMYIxxM83P0VROVv5zi+11rQoT1AFDEHYQetzukbDh/2VzKPiBLwD2HAi
/QPHanS7sYAUAJGeyv3C0XoNTfrNK3AJFKUypb5Akw7hFUZyZWyjZ6EMrTQv1p7i
9WoCcwdY7ATHvPhsMOEiMGYlraWjVwknsH1LfJgUogRTUKcUJky5ZEKiwMm2+NzT
8YMsLaKg+yqUnnhIM4swLmDUI8U1XsTy5iSIOkiy2tQKOLwSql4VY12kpUu3A7fi
youtM4h12+913kwr83wb7HphGXHsfUYxTF8xwkuBpC2PfbiTDKUOz843TMOLMqwa
bLnMZVLdXO9grItNG5b1h3WELZ6h7hVSm6CWSeFnYD2jVO72n8x4X3ONHWRADsKW
HacYeeTTYKvPEw8MrSppFyG90i6ReMSJ//HIMjvM+Iuoz+3px7hWev7L6HAQ83eK
dVKroyFo9iYq+wCI5kFVjIOa1tm14SlXkK2/QEAgju3g64omBKY=
=eH14
-----END PGP SIGNATURE-----


Closed
?