dannym pushed a commit to branch master
in repository guix.
commit c85a8303b2e86f49b35df9a8246c06819607b080
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Sun Dec 22 12:43:58 2024 +0100
gnu: nextpnr-ice40: Update to 0.7.
* gnu/packages/fpga.scm (nextpnr-ice40): Update to 0.7.
Change-Id: Ieb85d11bbadedbfe156caa0856690f0c5dbe9de4
---
gnu/packages/fpga.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 8773c69271..81f91e7d0e 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -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