guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: icestorm: Update to 0.0-4.2bc5417.


From: guix-commits
Subject: branch master updated: gnu: icestorm: Update to 0.0-4.2bc5417.
Date: Wed, 17 Aug 2022 01:55:25 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4e562883d1 gnu: icestorm: Update to 0.0-4.2bc5417.
4e562883d1 is described below

commit 4e562883d156bf6c3a3bb6d1719c22e81623c03b
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Aug 17 13:53:39 2022 +0800

    gnu: icestorm: Update to 0.0-4.2bc5417.
    
    * gnu/packages/fpga.scm (icestorm): Update to
    commit 2bc541743ada3542c6da36a50e66303b9cbd2059.
---
 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 b8f98ca63e..06d4a10e7e 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -226,8 +226,8 @@ For synthesis, the compiler generates netlists in the 
desired format.")
     (license license:isc)))
 
 (define-public icestorm
-  (let ((commit "0ec00d892a91cc68e45479b46161f649caea2933")
-        (revision "3"))
+  (let ((commit "2bc541743ada3542c6da36a50e66303b9cbd2059")
+        (revision "4"))
    (package
     (name "icestorm")
     (version (git-version "0.0" revision commit))
@@ -239,7 +239,7 @@ For synthesis, the compiler generates netlists in the 
desired format.")
               (file-name (git-file-name name version))
               (sha256
                 (base32
-                   "1qlh99fafb7xga702k64fmc9m700nsddrfgcq4x8qn8fplsb64f1"))))
+                 "0d0ibdq3rzmjcbv97h4b9wgq8ikvgwlfw60spi2w81mis317lis8"))))
     (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]