This is an automated email from the git hooks/post-receive script.

hako pushed a commit to branch wip-zig-bootstrap
in repository guix.

The following commit(s) were added to refs/heads/wip-zig-bootstrap by this push:
     new e4df895a7c squash! gnu: Add zig-0.10.0-722.
e4df895a7c is described below

commit e4df895a7c0b9f668c88a7361327322dccf16456
Author: Hilton Chain <[email protected]>
AuthorDate: Wed Nov 13 08:50:58 2024 +0800

    squash! gnu: Add zig-0.10.0-722.
    
    Change-Id: I1feca3d43d53adec9b1029e05262452e3b72f8b3
---
 gnu/packages/zig.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/zig.scm b/gnu/packages/zig.scm
index eea63362f3..8987af163c 100644
--- a/gnu/packages/zig.scm
+++ b/gnu/packages/zig.scm
@@ -373,7 +373,7 @@ toolchain.  Among other features it provides
        (modify-inputs (package-native-inputs base)
          (prepend `(,base "zig1")))))))
 
-;; Supply zig1.wasm.zst, build zig2 + zig1.wasm, install zig1.wasm.
+;; Supply zig1.wasm.zst, build zig2 + zig1.wasm, install zig2 + zig1.wasm.
 (define zig-0.10.0-722
   (let ((commit "d10fd78d4615f329141f5c19f893039d56aff425")
         (revision "722")

Reply via email to