mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: nextpnr-ice40: Update to 0.7.
* gnu/packages/fpga.scm (nextpnr-ice40): Update to 0.7. Change-Id: Ieb85d11bbadedbfe156caa0856690f0c5dbe9de4
This commit is contained in:
parent
8c1348e4f2
commit
c85a8303b2
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ Includes the actual FTDI connector.")
|
|||
(license license:isc))))
|
||||
|
||||
(define-public nextpnr-ice40
|
||||
(let* ((version "0.5")
|
||||
(let* ((version "0.7")
|
||||
(tag (string-append "nextpnr-" version)))
|
||||
(package
|
||||
(name "nextpnr-ice40")
|
||||
|
@ -300,7 +300,7 @@ Includes the actual FTDI connector.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"119iqxxzbxq2qy8x20awf9gr0nf3y1yjmk36adsg89ly3rb9gwzk"))
|
||||
"0sbhqscgmlk4q2207rsqsw99qx4fyrxx1hsd669lrk42gmk3s9lm"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue