mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: yosys: Update to 0.9.
* gnu/packages/fpga.scm (yosys): Update to 0.9.
This commit is contained in:
parent
1ae28a35e9
commit
922c84867a
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ (define-public iverilog
|
|||
(define-public yosys
|
||||
(package
|
||||
(name "yosys")
|
||||
(version "0.8")
|
||||
(version "0.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -129,7 +129,7 @@ (define-public yosys
|
|||
(recursive? #t))) ; for the ‘iverilog’ submodule
|
||||
(sha256
|
||||
(base32
|
||||
"1qwbp8gynlklawzvpa4gdn2x0hs8zln0s3kxjqkhfcjfxffdcpvv"))
|
||||
"0lb9r055h8y1vj2z8gm4ip0v06j5mk7f9zx9gi67kkqb7g4rhjli"))
|
||||
(file-name (git-file-name name version))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue