From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 54395@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#54395] [PATCH] gnu: zig: Update to 0.9.1.
Date: Mon, 14 Mar 2022 23:30:52 -0400 [thread overview]
Message-ID: <20220315033051.30056-1-jgart@dismail.de> (raw)
[-- 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
next reply other threads:[~2022-03-15 3:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-15 3:30 jgart via Guix-patches via [this message]
2022-03-15 20:26 ` bug#54395: [PATCH] gnu: zig: Update to 0.9.1 Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220315033051.30056-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=54395@debbugs.gnu.org \
--cc=jgart@dismail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.