bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42632: [PATCH] gnu: nextpnr-ice40: Update to fbe486d


From: Malte Frank Gerdes
Subject: bug#42632: [PATCH] gnu: nextpnr-ice40: Update to fbe486d
Date: Mon, 10 Aug 2020 23:51:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

---
 gnu/packages/fpga.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index b2717d2233..85fb38c4e2 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -260,7 +260,7 @@ Includes the actual FTDI connector.")
     (license license:isc))))
 
 (define-public nextpnr-ice40
-  (let [(commit "c192ba261d77ad7f0a744fb90b01e4a5b63938c4")
+  (let [(commit "fbe486df459909065d6852a7495a212dfd2accef")
         (revision "0")]
   (package
     (name "nextpnr-ice40")
@@ -274,7 +274,7 @@ Includes the actual FTDI connector.")
         (file-name (git-file-name name version))
         (sha256
           (base32
-            "0g2ar1z89b31qw5vgqj2rrcv9rzncs94184dgcsrz19p866654mf"))))
+            "1fmxsywgs45g88ra7ips5s2niiiwrkyxdcy742ws18dfk2y4vi9c"))))
     (inputs
       `(("qtbase" ,qtbase)
         ("boost" ,boost-with-python3)
--





reply via email to

[Prev in Thread] Current Thread [Next in Thread]