summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-08-20 11:18:09 +0200
committerMaxim Cournoyer <maxim@guixotic.coop>2025-08-21 10:07:20 +0900
commit84d0ea51523e201a90d0b00135befa846f6df687 (patch)
treecaff892a090f629de62f2b54e8424548b15dadb2 /gnu
parent217b6a26020369a84f4f00546e07b21cb749b968 (diff)
gnu: nvc: Update to 1.17.1.
* gnu/packages/fpga.scm (nvc): Update to 1.17.1. Change-Id: Ibca27a6b6c5179da11b14142e2fa5e72194be685 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fpga.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index dbd470d815a..5f94debed04 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -656,7 +656,7 @@ automated testing of HDL code.")
656(define-public nvc 656(define-public nvc
657 (package 657 (package
658 (name "nvc") 658 (name "nvc")
659 (version "1.17.0") 659 (version "1.17.1")
660 (source (origin 660 (source (origin
661 (method git-fetch) 661 (method git-fetch)
662 (uri (git-reference 662 (uri (git-reference
@@ -665,7 +665,7 @@ automated testing of HDL code.")
665 (file-name (git-file-name name version)) 665 (file-name (git-file-name name version))
666 (sha256 666 (sha256
667 (base32 667 (base32
668 "1grbz8gm2rc9qz14ik0fgxd5qv1kix4aiha3zv60h9wbvssw592v")))) 668 "0k5l5z5x4k7rfcrnxskbqk0icpr13ax6r2f0dkpscadavbmv0qz6"))))
669 (build-system gnu-build-system) 669 (build-system gnu-build-system)
670 (arguments 670 (arguments
671 (list #:out-of-source? #t 671 (list #:out-of-source? #t