diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-22 12:43:58 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-22 12:48:44 +0100 |
commit | c85a8303b2e86f49b35df9a8246c06819607b080 (patch) | |
tree | ed44b13b2ddda94135772e1c4004d6c2aeaff12e | |
parent | 8c1348e4f2adb1c6cf1ebf05b624322a138c6df5 (diff) | |
download | guix-c85a8303b2e86f49b35df9a8246c06819607b080.tar.gz guix-c85a8303b2e86f49b35df9a8246c06819607b080.zip |
gnu: nextpnr-ice40: Update to 0.7.
* gnu/packages/fpga.scm (nextpnr-ice40): Update to 0.7.
Change-Id: Ieb85d11bbadedbfe156caa0856690f0c5dbe9de4
-rw-r--r-- | gnu/packages/fpga.scm | 4 |
1 files 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 |