This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1b5ce5ff4eb gnu: nvc: Update to 1.23.0.
1b5ce5ff4eb is described below
commit 1b5ce5ff4ebf08ac5a6ff22132e85b0148698e41
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Sep 19 19:58:23 2026 +0200
gnu: nvc: Update to 1.23.0.
* gnu/packages/electronics.scm (nvc): Update to 1.23.0.
---
gnu/packages/electronics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 2553f27e418..b5332b1e532 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -2607,7 +2607,7 @@ Automation}, portable and vendor neutral FPGA place and
route tool.")
(define-public nvc
(package
(name "nvc")
- (version "1.22.1")
+ (version "1.23.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2616,7 +2616,7 @@ Automation}, portable and vendor neutral FPGA place and
route tool.")
(file-name (git-file-name name version))
(sha256
(base32
- "0441fds50hy5klqmxn1ks9bf15pqzj0yfl7270vi4h9czk6lc3ql"))))
+ "1977j0gzxx4gmhhdbdmyqwp1f3wzld4qlhcxggx52hr8fxvcignl"))))
(build-system gnu-build-system)
(arguments
(list #:out-of-source? #t