diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-08-09 18:01:50 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-08-09 18:09:27 +0200 |
| commit | fbdd29305907111d79abaf208f4bd1ed5b46eebb (patch) | |
| tree | 85f827bd0cd13c0e1d7c53fee66beb28879a2773 | |
| parent | e06e67ad40d53154c3b2f849ee9806874e952911 (diff) | |
gnu: nextpnr: Update to 0.11.
* gnu/packages/electronics.scm (nextpnr): Update to 0.11.
| -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 76b9e4c7f33..ce897e793a7 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm | |||
| @@ -2391,7 +2391,7 @@ layout of a circuit corresponds to the desired netlists.") | |||
| 2391 | (define-public nextpnr | 2391 | (define-public nextpnr |
| 2392 | (package | 2392 | (package |
| 2393 | (name "nextpnr") | 2393 | (name "nextpnr") |
| 2394 | (version "0.10") | 2394 | (version "0.11") |
| 2395 | (source | 2395 | (source |
| 2396 | (origin | 2396 | (origin |
| 2397 | (method git-fetch) | 2397 | (method git-fetch) |
| @@ -2425,7 +2425,7 @@ layout of a circuit corresponds to the desired netlists.") | |||
| 2425 | "imgui" | 2425 | "imgui" |
| 2426 | "qtimgui"))) | 2426 | "qtimgui"))) |
| 2427 | (sha256 | 2427 | (sha256 |
| 2428 | (base32 "01iwavnnz9pik49mw8z83529grvaa45pvihivmnfzhq1z49cg0c2")))) | 2428 | (base32 "1cw4ch2wjzgwraq6s714mfbhrl70f7akpzbbxgj9rw4f28r7lsmw")))) |
| 2429 | (outputs '("out" "bba")) | 2429 | (outputs '("out" "bba")) |
| 2430 | (build-system qt-build-system) | 2430 | (build-system qt-build-system) |
| 2431 | (arguments | 2431 | (arguments |
