diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-02 11:28:04 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-02 11:36:14 +0100 |
| commit | 76b220ee30dc7a82ced23151cd4002c67bfb5905 (patch) | |
| tree | baf6be03f7a55d749c32efd652a01a2aa48f39b9 /gnu/packages/electronics.scm | |
| parent | 8a77b0a2139db64684166837bdd24fbb52dedbef (diff) | |
gnu: nvc: Update to 1.19.0.
* gnu/packages/electronics.scm (nvc): Update to 1.19.0.
Change-Id: I43da001f5ef8a5fb596050630258586edee846f4
Diffstat (limited to 'gnu/packages/electronics.scm')
| -rw-r--r-- | gnu/packages/electronics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 9267bf30034..1f789dc116b 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1624,7 +1624,7 @@ Automation}, portable and vendor neutral FPGA place and route tool.") (define-public nvc (package (name "nvc") - (version "1.18.2") + (version "1.19.0") (source (origin (method git-fetch) (uri (git-reference @@ -1633,7 +1633,7 @@ Automation}, portable and vendor neutral FPGA place and route tool.") (file-name (git-file-name name version)) (sha256 (base32 - "0930bjaprvx9d0g8152xyzl2hxbx34gd36198ljvr55brrisfmvb")))) + "0a2q7lsjps1yrmpmr3j6sz4rx4jgdm79382xyn6c862qzs69impp")))) (build-system gnu-build-system) (arguments (list #:out-of-source? #t |
