guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: nextpnr-ice40: Update to 0.0.0-1.fbe486d.


From: guix-commits
Subject: 01/03: gnu: nextpnr-ice40: Update to 0.0.0-1.fbe486d.
Date: Tue, 11 Aug 2020 09:47:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 09d18c6774c3b132b2d3365f6fce949799b13ac4
Author: Malte Frank Gerdes <malte.f.gerdes@gmail.com>
AuthorDate: Mon Aug 10 23:51:13 2020 +0200

    gnu: nextpnr-ice40: Update to 0.0.0-1.fbe486d.
    
    * gnu/packages/fpga.scm (nextpnr-ice40): Update to 0.0.0-1.fbe486d.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/fpga.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index b2717d2..3365f2a 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -260,8 +260,8 @@ Includes the actual FTDI connector.")
     (license license:isc))))
 
 (define-public nextpnr-ice40
-  (let [(commit "c192ba261d77ad7f0a744fb90b01e4a5b63938c4")
-        (revision "0")]
+  (let [(commit "fbe486df459909065d6852a7495a212dfd2accef")
+        (revision "1")]
   (package
     (name "nextpnr-ice40")
     (version (git-version "0.0.0" revision commit))
@@ -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]