mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: nextpnr-ice40: Update to 0.0.0-1.fbe486d.
* gnu/packages/fpga.scm (nextpnr-ice40): Update to 0.0.0-1.fbe486d. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ed62aa0af5
commit
09d18c6774
1 changed files with 3 additions and 3 deletions
|
@ -260,8 +260,8 @@ (define-public icestorm
|
||||||
(license license:isc))))
|
(license license:isc))))
|
||||||
|
|
||||||
(define-public nextpnr-ice40
|
(define-public nextpnr-ice40
|
||||||
(let [(commit "c192ba261d77ad7f0a744fb90b01e4a5b63938c4")
|
(let [(commit "fbe486df459909065d6852a7495a212dfd2accef")
|
||||||
(revision "0")]
|
(revision "1")]
|
||||||
(package
|
(package
|
||||||
(name "nextpnr-ice40")
|
(name "nextpnr-ice40")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -274,7 +274,7 @@ (define-public nextpnr-ice40
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g2ar1z89b31qw5vgqj2rrcv9rzncs94184dgcsrz19p866654mf"))))
|
"1fmxsywgs45g88ra7ips5s2niiiwrkyxdcy742ws18dfk2y4vi9c"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
("boost" ,boost-with-python3)
|
("boost" ,boost-with-python3)
|
||||||
|
|
Loading…
Reference in a new issue