mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +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))))
|
(license license:isc))))
|
||||||
|
|
||||||
(define-public nextpnr-ice40
|
(define-public nextpnr-ice40
|
||||||
(let* ((version "0.5")
|
(let* ((version "0.7")
|
||||||
(tag (string-append "nextpnr-" version)))
|
(tag (string-append "nextpnr-" version)))
|
||||||
(package
|
(package
|
||||||
(name "nextpnr-ice40")
|
(name "nextpnr-ice40")
|
||||||
|
@ -300,7 +300,7 @@ Includes the actual FTDI connector.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"119iqxxzbxq2qy8x20awf9gr0nf3y1yjmk36adsg89ly3rb9gwzk"))
|
"0sbhqscgmlk4q2207rsqsw99qx4fyrxx1hsd669lrk42gmk3s9lm"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue