1
Fork 0
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:
Danny Milosavljevic 2024-12-22 12:43:58 +01:00
parent 8c1348e4f2
commit c85a8303b2
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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