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>
This commit is contained in:
Cayetano Santos 2025-09-30 15:11:01 +02:00 committed by Maxim Cournoyer
parent c0faac0d84
commit da4e1cdb08
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -975,7 +975,7 @@ which allows one to install the M8 firmware on any Teensy.")
(define-public nvc (define-public nvc
(package (package
(name "nvc") (name "nvc")
(version "1.17.2") (version "1.18.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0hr5y9ys5kf096x18mh10wwqa0hbzlmdj7pyayc6szsjla1d3mk0")))) "1b8bsmxv2p9v8g7yzdj8s22l5bx9n58kmbklgnj17gd362lai51y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:out-of-source? #t (list #:out-of-source? #t