diff options
| author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-22 19:08:26 +0800 |
|---|---|---|
| committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-22 19:22:02 +0800 |
| commit | eac904c7231c9217ee8466cf801d2e41806ed355 (patch) | |
| tree | 1e16b5584237149310ca8e3cec4feb4f73203563 /gnu/packages | |
| parent | 6d54f34513f895026e8e7ba2083c13a75b597a5e (diff) | |
gnu: nvc: Update to 1.15.1.
* gnu/packages/fpga.scm (nvc): Update to 1.15.1.
[native-inputs]: Remove gnu-gettext; add gettext-minimal.
Change-Id: Ic71084121b1bdb2f3c37f863edd305c16d2d7ea6
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/fpga.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 79c4ab9e074..eb26fdaff03 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm | |||
| @@ -555,7 +555,7 @@ automated testing of HDL code.") | |||
| 555 | (define-public nvc | 555 | (define-public nvc |
| 556 | (package | 556 | (package |
| 557 | (name "nvc") | 557 | (name "nvc") |
| 558 | (version "1.15.0") | 558 | (version "1.15.1") |
| 559 | (source (origin | 559 | (source (origin |
| 560 | (method git-fetch) | 560 | (method git-fetch) |
| 561 | (uri (git-reference | 561 | (uri (git-reference |
| @@ -564,7 +564,7 @@ automated testing of HDL code.") | |||
| 564 | (file-name (git-file-name name version)) | 564 | (file-name (git-file-name name version)) |
| 565 | (sha256 | 565 | (sha256 |
| 566 | (base32 | 566 | (base32 |
| 567 | "1bcilpdd6qg0vwvbwjb4rcs0j051sc53yalxsgz8r8gm123ck40j")))) | 567 | "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k")))) |
| 568 | (build-system gnu-build-system) | 568 | (build-system gnu-build-system) |
| 569 | (arguments | 569 | (arguments |
| 570 | (list #:out-of-source? #t | 570 | (list #:out-of-source? #t |
| @@ -577,7 +577,7 @@ automated testing of HDL code.") | |||
| 577 | (list automake | 577 | (list automake |
| 578 | autoconf | 578 | autoconf |
| 579 | flex | 579 | flex |
| 580 | gnu-gettext | 580 | gettext-minimal |
| 581 | libtool | 581 | libtool |
| 582 | pkg-config | 582 | pkg-config |
| 583 | which | 583 | which |
