guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2c1c937c0b739caa890682e49420c01d5036b9a2
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Oct 25 10:34:04 2025 +0200
gnu: nvc: Update to 1.18.1.
* gnu/packages/electronics.scm (nvc): Update to 1.18.1.
Change-Id: I4a0a19b99308132e1f5c7d555b64de85f7b01301
Signed-off-by: Gabriel Wicki <[email protected]>
---
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 5a5726e016..99b5743bae 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1076,7 +1076,7 @@ which allows one to install the M8 firmware on any
Teensy.")
(define-public nvc
(package
(name "nvc")
- (version "1.18.0")
+ (version "1.18.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1085,7 +1085,7 @@ which allows one to install the M8 firmware on any
Teensy.")
(file-name (git-file-name name version))
(sha256
(base32
- "1b8bsmxv2p9v8g7yzdj8s22l5bx9n58kmbklgnj17gd362lai51y"))))
+ "1l4aiaf2009wak7bccpm8x2pr27pr2b5w2naz874y8k98wqq5zlr"))))
(build-system gnu-build-system)
(arguments
(list #:out-of-source? #t