1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: nvc: Update to 1.14.0.

* gnu/packages/fpga.scm (nvc): Update to 1.14.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Cayetano Santos 2024-10-08 14:55:44 +02:00 committed by Ludovic Courtès
parent ebf369563a
commit 8ff33c398a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -429,7 +429,7 @@ a hardware description and verification language.")
(define-public nvc
(package
(name "nvc")
(version "1.11.3")
(version "1.14.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -438,7 +438,7 @@ a hardware description and verification language.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0rh6xwzr1drgwa04gx6w4r968yxlvfkvzg92950akf7wyxf331k7"))))
"1b71j8bps9zirvxhycrc9fhbr3f89si6h064xnly7gq06ggnv8n5"))))
(build-system gnu-build-system)
(arguments
`(#:out-of-source? #t