summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-09-17 15:01:42 +0200
committerGabriel Wicki <gabriel@erlikon.ch>2025-09-17 22:58:48 +0200
commitea92fb0c49029f032ed834f3ffd880db98e94177 (patch)
tree494ad9ca37f6a51f175d75a9b5394c15c6974b26
parent2e84388780b6282846bc81ee84e8f72cbd367248 (diff)
gnu: nextpnr: Update to 0.9.
* gnu/packages/electronics.scm (nextpnr): Update to 0.9. Change-Id: I75a8dae81f7e902e165f25a27a0de7ad6ad228bc Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
-rw-r--r--gnu/packages/electronics.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index b8b8cd3a187..91b2b19dad7 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -723,12 +723,11 @@ which allows one to install the M8 firmware on any Teensy.")
(define-public nextpnr
;; Necessary for compatibility with latest apycula.
- ;; TODO: Remove with release 0.9.
- (let ((commit "d796cc720b60ccc18580c686d93c8751fe461532")
+ (let ((commit "9715a1d56580d0652b4a90d58eb4096ba537e3ce")
(revision "0"))
(package
(name "nextpnr")
- (version (git-version "0.8" revision commit))
+ (version "0.9")
(source
(origin
(method git-fetch)
@@ -762,7 +761,7 @@ which allows one to install the M8 firmware on any Teensy.")
(patches (search-patches "nextpnr-gtest.patch"
"nextpnr-imgui.patch"))
(sha256
- (base32 "1arj25vad76wg6b5yaaky4cby5zp9v92pdd4y3l0kxi7wvxhmmya"))))
+ (base32 "1wrlk0f4y29znd1zgl531lw4s0rfm5w8kx4hlwwdaj7b9vv3v65f"))))
(build-system qt-build-system)
(arguments
(list