guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 5638bfce08e47657837e50485a2afd3b0e9e988a
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Jan 21 11:10:47 2026 +0100
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
---
gnu/packages/electronics.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 963f92bead..3a8165f8fb 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1815,8 +1815,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))
@@ -1837,7 +1837,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
@@ -1851,8 +1851,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.