mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: icestorm: Update to 0.0-4.2bc5417.
* gnu/packages/fpga.scm (icestorm): Update to commit 2bc541743ada3542c6da36a50e66303b9cbd2059.
This commit is contained in:
parent
3220edac2a
commit
4e562883d1
1 changed files with 3 additions and 3 deletions
|
@ -226,8 +226,8 @@ (define-public yosys
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public icestorm
|
(define-public icestorm
|
||||||
(let ((commit "0ec00d892a91cc68e45479b46161f649caea2933")
|
(let ((commit "2bc541743ada3542c6da36a50e66303b9cbd2059")
|
||||||
(revision "3"))
|
(revision "4"))
|
||||||
(package
|
(package
|
||||||
(name "icestorm")
|
(name "icestorm")
|
||||||
(version (git-version "0.0" revision commit))
|
(version (git-version "0.0" revision commit))
|
||||||
|
@ -239,7 +239,7 @@ (define-public icestorm
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qlh99fafb7xga702k64fmc9m700nsddrfgcq4x8qn8fplsb64f1"))))
|
"0d0ibdq3rzmjcbv97h4b9wgq8ikvgwlfw60spi2w81mis317lis8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no unit tests that don't need an FPGA exist.
|
`(#:tests? #f ; no unit tests that don't need an FPGA exist.
|
||||||
|
|
Loading…
Reference in a new issue