* [bug#54395] [PATCH] gnu: zig: Update to 0.9.1.
@ 2022-03-15 3:30 jgart via Guix-patches via
2022-03-15 20:26 ` bug#54395: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-03-15 3:30 UTC (permalink / raw)
To: 54395; +Cc: jgart
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]
* gnu/packages/zig.scm (zig): Update to 0.9.1.
Hi Guixers,
zig 0.9.1 successfully builds and tests pass.
I didn't check if any patches should be removed/added. Let me know if I should
send a version 2 if anything else might be needed.
all best,
jgart
gemini://whereis.みんな/
https://whereis.みんな/
---
gnu/packages/zig.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/zig.scm b/gnu/packages/zig.scm
index b3de72226b..4c048ef580 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -29,7 +29,7 @@ (define-module (gnu packages zig)
(define-public zig
(package
(name "zig")
- (version "0.9.0")
+ (version "0.9.1")
(source
(origin
(method git-fetch)
@@ -38,7 +38,7 @@ (define-public zig
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1zdz5s434c48z3y0c8l9wm2z1gxa7yyzd53zmr68lwj6mcl7by8x"))
+ (base32 "0nfvgg23sw50ksy0z0ml6lkdsvmd0278mq29m23dbb2jsirkhry7"))
(patches
(search-patches
"zig-disable-libc-note-test.patch"
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54395: [PATCH] gnu: zig: Update to 0.9.1.
2022-03-15 3:30 [bug#54395] [PATCH] gnu: zig: Update to 0.9.1 jgart via Guix-patches via
@ 2022-03-15 20:26 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-03-15 20:26 UTC (permalink / raw)
To: jgart; +Cc: 54395-done
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
zig and ncdu2 built successfully. 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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-15 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-15 3:30 [bug#54395] [PATCH] gnu: zig: Update to 0.9.1 jgart via Guix-patches via
2022-03-15 20:26 ` bug#54395: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.