mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02: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 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
0793019611
commit
eabfae628a
@@ -1773,7 +1773,7 @@ chip database for NG-Ultra architecture from NanoXplore.")
|
||||
(define-public prjpeppercorn
|
||||
(package
|
||||
(name "prjpeppercorn")
|
||||
(version "1.8")
|
||||
(version "1.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -1782,8 +1782,7 @@ chip database for NG-Ultra architecture from NanoXplore.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1lfvd3r1pnyc1mxsiiqqvmp8r5pw1bshgjrsrsnd20grvlv6wwcn"))))
|
||||
|
||||
(base32 "1z0kzkdham3pwh4fj03yyv9bla5v08mbv0ysbyq1snxr8cdabm8y"))))
|
||||
(outputs (list "out"
|
||||
"db")) ;FPGA database files
|
||||
(build-system cmake-build-system)
|
||||
@@ -1809,7 +1808,7 @@ chip database for NG-Ultra architecture from NanoXplore.")
|
||||
(copy-recursively "tools"
|
||||
(string-append datadir "/tools"))))))))
|
||||
(inputs
|
||||
(list boost-1.83))
|
||||
(list boost-1.88))
|
||||
(synopsis "GateMate FPGAs bitstream tools")
|
||||
(description
|
||||
"@code{Prjpeppercorn} includes programming tools for GateMate
|
||||
|
||||
Reference in New Issue
Block a user