diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-11 08:58:03 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-11 10:53:37 +0100 |
| commit | 5376d5aa18fe41cad3e58ba0f735267e80ef0093 (patch) | |
| tree | f268e09fe83977d90d25c01312103e94a67c8781 /gnu/packages/electronics.scm | |
| parent | b393d63b06681fe77f5e12935c095dd45bff267c (diff) | |
gnu: nvc: Update to 1.19.3.
* gnu/packages/electronics.scm (nvc): Update to 1.19.3.
Change-Id: Ie7d5416b0f605e9516a8ee8a4469624f8b54d5d7
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 7086e2c47f1..7b047ab2e78 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1895,7 +1895,7 @@ Automation}, portable and vendor neutral FPGA place and route tool.") (define-public nvc (package (name "nvc") - (version "1.19.2") + (version "1.19.3") (source (origin (method git-fetch) (uri (git-reference @@ -1904,7 +1904,7 @@ Automation}, portable and vendor neutral FPGA place and route tool.") (file-name (git-file-name name version)) (sha256 (base32 - "1wcniiphnzk81y9p093v6zqq9vd7qhw08639svacwmhd8a67yr6b")))) + "1zizz2dafm53lzpjayy6vig5pz5ri9cszdivg0jzzh8s3ggkpy1i")))) (build-system gnu-build-system) (arguments (list #:out-of-source? #t |
