summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-21 11:10:47 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:25:48 +0100
commitae801bead6489ef752ea62f7814cfcc7cca85e3b (patch)
tree2b348885a37a109628f70ad0c1ea37bd1427d814 /gnu
parenteabfae628acb58e450a75880bef10942d3143479 (diff)
gnu: prjtrellis: Update to 1.4-1.92345b7.
* gnu/packages/electronics.scm (prjtrellis): Update to 1.4-1.92345b7. [inputs]: Remove boost-1.83; add boost-1.88. [native-inputs]: Remove python; add python-minimal-wrapper. Change-Id: Idd3aa48adc9a147b77b44bac12ba279f7ae949a1 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/electronics.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 5051f75cbef..48de6b7cd59 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1819,8 +1819,8 @@ architecture from Cologne Chip. It also provides data needed to produce a
(define-public prjtrellis
;; The last release is 2 years old; use the latest commit for now.
- (let ((commit "92345b77edf775fe5668700dd9931e19db2d36b0")
- (revision "1"))
+ (let ((commit "73bd411731808d80ead650bbc9840d9e02911e9e")
+ (revision "2"))
(package
(name "prjtrellis")
(version (git-version "1.4" revision commit))
@@ -1841,7 +1841,7 @@ architecture from Cologne Chip. It also provides data needed to produce a
(for-each delete-file-recursively
'("pybind11"))))
(sha256
- (base32 "1yl5qw846jbnwzs8jv8bllz0zrzsg8amphvl9nskq5p5fz188q22"))))
+ (base32 "1a425n1kqz1f3ai0n7igfrfmq7xskg70775v88292v3baaiidvx0"))))
(build-system cmake-build-system)
(arguments
(list
@@ -1855,8 +1855,8 @@ architecture from Cologne Chip. It also provides data needed to produce a
(add-after 'unpack 'chdir
(lambda _
(chdir "libtrellis"))))))
- (native-inputs (list python))
- (inputs (list openocd boost-1.83 pybind11))
+ (native-inputs (list python-minimal-wrapper))
+ (inputs (list openocd boost-1.88 pybind11))
(synopsis "Placement and routing for ECP5 FPGAs")
(description
"Project Trellis is a Nextpnr backend compatible with ECP5 FPGAs.