mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
2e84388780
commit
ea92fb0c49
1 changed files with 3 additions and 4 deletions
|
@ -723,12 +723,11 @@ which allows one to install the M8 firmware on any Teensy.")
|
||||||
|
|
||||||
(define-public nextpnr
|
(define-public nextpnr
|
||||||
;; Necessary for compatibility with latest apycula.
|
;; Necessary for compatibility with latest apycula.
|
||||||
;; TODO: Remove with release 0.9.
|
(let ((commit "9715a1d56580d0652b4a90d58eb4096ba537e3ce")
|
||||||
(let ((commit "d796cc720b60ccc18580c686d93c8751fe461532")
|
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "nextpnr")
|
(name "nextpnr")
|
||||||
(version (git-version "0.8" revision commit))
|
(version "0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -762,7 +761,7 @@ which allows one to install the M8 firmware on any Teensy.")
|
||||||
(patches (search-patches "nextpnr-gtest.patch"
|
(patches (search-patches "nextpnr-gtest.patch"
|
||||||
"nextpnr-imgui.patch"))
|
"nextpnr-imgui.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1arj25vad76wg6b5yaaky4cby5zp9v92pdd4y3l0kxi7wvxhmmya"))))
|
(base32 "1wrlk0f4y29znd1zgl531lw4s0rfm5w8kx4hlwwdaj7b9vv3v65f"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue