guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: icestorm: Update to 0.0-2-c0cbae88a.


From: guix-commits
Subject: 02/04: gnu: icestorm: Update to 0.0-2-c0cbae88a.
Date: Tue, 15 Jan 2019 10:46:57 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 72dd271cee8d38349b43d8a1a4fd5b6942952a42
Author: Danny Milosavljevic <address@hidden>
Date:   Tue Jan 15 13:47:45 2019 +0100

    gnu: icestorm: Update to 0.0-2-c0cbae88a.
    
    * gnu/packages/fpga.scm (icestorm): Update to 0.0-2-c0cbae88a.
---
 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 07547c6..4646d32 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -212,8 +212,8 @@ For synthesis, the compiler generates netlists in the 
desired format.")
     (license license:isc)))
 
 (define-public icestorm
-  (let ((commit "12b2295c9087d94b75e374bb205ae4d76cf17e2f")
-        (revision "1"))
+  (let ((commit "c0cbae88ab47a3879aacf80d53b6a85710682a6b")
+        (revision "2"))
    (package
     (name "icestorm")
     (version (string-append "0.0-" revision "-" (string-take commit 9)))
@@ -225,7 +225,7 @@ For synthesis, the compiler generates netlists in the 
desired format.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                 (base32
-                   "1mmzlqvap6w8n4qzv3idvy51arkgn03692ssplwncy3akjrbsd2b"))))
+                   "0bqm0rpywm64yvbq75klpyzb1g9sdsp1kvdlyqg4hvm8jw9w8lya"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no unit tests that don't need an FPGA exist.



reply via email to

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