summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-09-30 15:11:01 +0200
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 22:14:56 +0900
commitda4e1cdb08f947a904940fc8408ebc03f0892da8 (patch)
tree03c2c5032ed33fc0e00092ca206b1ea160cc1f88 /gnu
parentc0faac0d8465c860e7efbd19f3bfd57df9054013 (diff)
gnu: nvc: Update to 1.18.0.
* gnu/packages/electronics.scm (nvc): Update to 1.18.0. Change-Id: I17b06ed398f31c0b9a65c51dda14e89ab945de92 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/electronics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index c66b066b8b..4b7f63af7b 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -975,7 +975,7 @@ which allows one to install the M8 firmware on any Teensy.")
(define-public nvc
(package
(name "nvc")
- (version "1.17.2")
+ (version "1.18.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -984,7 +984,7 @@ which allows one to install the M8 firmware on any Teensy.")
(file-name (git-file-name name version))
(sha256
(base32
- "0hr5y9ys5kf096x18mh10wwqa0hbzlmdj7pyayc6szsjla1d3mk0"))))
+ "1b8bsmxv2p9v8g7yzdj8s22l5bx9n58kmbklgnj17gd362lai51y"))))
(build-system gnu-build-system)
(arguments
(list #:out-of-source? #t