mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openfpgaloader: Update to 1.0.0.
* gnu/packages/fpga.scm (openfpgaloader): Update to 1.0.0. Change-Id: Ia664852cb2497de159e5a271d866a6f0e2b7159f
This commit is contained in:
parent
dada1500ea
commit
d7cb3fcd5f
1 changed files with 2 additions and 2 deletions
|
@ -893,7 +893,7 @@ hardware designs in Verilog.")
|
|||
(define-public openfpgaloader
|
||||
(package
|
||||
(name "openfpgaloader")
|
||||
(version "0.13.1")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -902,7 +902,7 @@ hardware designs in Verilog.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p5qvr0bq27rp7f20ysjml7zy4bbwjx3s4yd5qjsg4b01mw4hbiq"))))
|
||||
"00xr4dzd1mlc1k4rivh9ibmdlx6yizb016laad10dkhjqfz1ixhq"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue