mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: prjpeppercorn: Update to 1.9.
* gnu/packages/electronics.scm (prjpeppercorn): Update to 1.9. [inputs]: Remove boost-1.83; add boost-1.88. Change-Id: I7600ef81d44859ce3f4b14003ef243ef8c2d0c7e
This commit is contained in:
parent
b4109680d6
commit
40aeecfd2f
1 changed files with 3 additions and 4 deletions
|
|
@ -1769,7 +1769,7 @@ chip database for NG-Ultra architecture from NanoXplore.")
|
||||||
(define-public prjpeppercorn
|
(define-public prjpeppercorn
|
||||||
(package
|
(package
|
||||||
(name "prjpeppercorn")
|
(name "prjpeppercorn")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -1778,8 +1778,7 @@ chip database for NG-Ultra architecture from NanoXplore.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lfvd3r1pnyc1mxsiiqqvmp8r5pw1bshgjrsrsnd20grvlv6wwcn"))))
|
(base32 "1z0kzkdham3pwh4fj03yyv9bla5v08mbv0ysbyq1snxr8cdabm8y"))))
|
||||||
|
|
||||||
(outputs (list "out"
|
(outputs (list "out"
|
||||||
"db")) ;FPGA database files
|
"db")) ;FPGA database files
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
@ -1805,7 +1804,7 @@ chip database for NG-Ultra architecture from NanoXplore.")
|
||||||
(copy-recursively "tools"
|
(copy-recursively "tools"
|
||||||
(string-append datadir "/tools"))))))))
|
(string-append datadir "/tools"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost-1.83))
|
(list boost-1.88))
|
||||||
(synopsis "GateMate FPGAs bitstream tools")
|
(synopsis "GateMate FPGAs bitstream tools")
|
||||||
(description
|
(description
|
||||||
"@code{Prjpeppercorn} includes programming tools for GateMate
|
"@code{Prjpeppercorn} includes programming tools for GateMate
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue