[PATCH] gnu: oil: Update to 0.8.10.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Ryan Prior
Owner
unassigned
Submitted by
Ryan Prior
Severity
normal

Debbugs page

Ryan Prior wrote 4 years ago
(address . guix-patches@gnu.org)
20210427052123.5486-1-rprior@protonmail.com
* gnu/packages/shells.scm (oil): Update to 0.8.10.
---
gnu/packages/shells.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (21 lines)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index f2356dbdb4..e9e9a845fe 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -825,14 +825,14 @@ Shell (pdksh).")
(define-public oil
(package
(name "oil")
- (version "0.8.9")
+ (version "0.8.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.oilshell.org/download/oil-"
version ".tar.gz"))
(sha256
- (base32 "080lsx7hyjhny3jzscwr152vr0g9s3c2iqg3vrpgsbk8vv7vw5l7"))))
+ (base32 "03ixqspizvgj869b524c33pg9c6h64g04r4pjkxfp1fxvgca70db"))))
(build-system gnu-build-system)
(arguments
`(#:strip-binaries? #f ; strip breaks the binary
--
2.31.1
Efraim Flashner wrote 4 years ago
(name . Ryan Prior)(address . rprior@protonmail.com)(address . 48054-done@debbugs.gnu.org)
YIpdYEgZH17S8kVI@3900XT
Thanks! Patch pushed.

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

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmCKXWAACgkQQarn3Mo9
g1E5KBAAqm0fp3//tGlFraBVpD3Ac8s5+9H5B6PGU3nyKxXc9A5D9m6rgPA+pcuC
x/PiyD8m+HPa86Q6vqRYiEj06vzGurX64HF8HjBZwu02bHauroEvwjpY+EmuDmyC
O452jBrlIWU7iFwXr2i4Nwbcx72ooUPKbt4lYVBBJKTD7n+Gll25+nhTiUxwwcFG
cNNWoNmHHswXnqa6G4ia5S9EK+NU3vgy0yinNA7e5Uyrx9ZsArcNbQQzwk3K8kr4
9794MKX+0OUtNrBI1lUyU1HESr107e6khKRIfoU/iiAz1gLFwZJSihyK3aM6vLDA
JBWU+p7klu0wUe+suUJLF6XE6Bjhug1GMQAl/MxbxbFTw1LrBJOGkdXh6gvwAjVa
R4m5zF5ziOkzALB/U1j46Byu/CJuu5hRxqgq5aJXJ1pNL16cUDx/5F6wq0a6qVxn
ZoCYFu4P+y0xM7yHjMGT1/oSwnU0xHpCV7ZKAITbF4BbZhvTIJDbS8E1j88+Ovfk
FcytfvTA4MH5f8nSLE20Jqt98RgOclygb3bw2buWBQXdGJrZB6ySbLQsN2fBU2SO
xIBldR4jhUni6mRanxQFKuGkdNz+VEWkvdR2QDol1+fW7SKds+4/U+bB0edKs3VQ
ezYEW/6igZFw5Wauj7jn0PdbdkLy4DCdRic90Sikdm3g+62HiUw=
=8T39
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48054@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48054
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help