mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: icestorm: Update to latest revision.
* gnu/packages/fpga.scm (icestorm): Update to latest revision. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
113309e044
commit
179be4bbe4
1 changed files with 3 additions and 3 deletions
|
@ -212,8 +212,8 @@ For synthesis, the compiler generates netlists in the desired format.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public icestorm
|
(define-public icestorm
|
||||||
(let ((commit "c0cbae88ab47a3879aacf80d53b6a85710682a6b")
|
(let ((commit "0ec00d892a91cc68e45479b46161f649caea2933")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "icestorm")
|
(name "icestorm")
|
||||||
(version (git-version "0.0" revision commit))
|
(version (git-version "0.0" revision commit))
|
||||||
|
@ -225,7 +225,7 @@ For synthesis, the compiler generates netlists in the desired format.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bqm0rpywm64yvbq75klpyzb1g9sdsp1kvdlyqg4hvm8jw9w8lya"))))
|
"1qlh99fafb7xga702k64fmc9m700nsddrfgcq4x8qn8fplsb64f1"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue