GNU bug report logs - #54395
[PATCH] gnu: zig: Update to 0.9.1.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 15 Mar 2022 03:34:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#54395: closed (Re: [bug#54395] [PATCH] gnu: zig: Update to
 0.9.1.)
Date: Tue, 15 Mar 2022 20:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54395: [PATCH] gnu: zig: Update to 0.9.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54395 <at> debbugs.gnu.org.

-- 
54395: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54395
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: jgart <jgart <at> dismail.de>
Cc: 54395-done <at> debbugs.gnu.org
Subject: Re: [bug#54395] [PATCH] gnu: zig: Update to 0.9.1.
Date: Tue, 15 Mar 2022 22:26:06 +0200
[Message part 3 (text/plain, inline)]
zig and ncdu2 built successfully. Patch pushed!

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: zig: Update to 0.9.1.
Date: Mon, 14 Mar 2022 23:30:52 -0400
* 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




This bug report was last modified 3 years and 126 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.