guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5376d5aa18fe41cad3e58ba0f735267e80ef0093
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Mar 11 08:58:03 2026 +0100
gnu: nvc: Update to 1.19.3.
* gnu/packages/electronics.scm (nvc): Update to 1.19.3.
Change-Id: Ie7d5416b0f605e9516a8ee8a4469624f8b54d5d7
---
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 7086e2c47f..7b047ab2e7 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1895,7 +1895,7 @@ Automation}, portable and vendor neutral FPGA place and
route tool.")
(define-public nvc
(package
(name "nvc")
- (version "1.19.2")
+ (version "1.19.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1904,7 +1904,7 @@ Automation}, portable and vendor neutral FPGA place and
route tool.")
(file-name (git-file-name name version))
(sha256
(base32
- "1wcniiphnzk81y9p093v6zqq9vd7qhw08639svacwmhd8a67yr6b"))))
+ "1zizz2dafm53lzpjayy6vig5pz5ri9cszdivg0jzzh8s3ggkpy1i"))))
(build-system gnu-build-system)
(arguments
(list #:out-of-source? #t