diff mbox series

[bug#40182,1/2] gnu: icestorm: Update to latest revision.

Message ID 2c193888d4d7e49146436ad5981174a8@airmail.cc
State Accepted
Headers show
Series [bug#40182,1/2] gnu: icestorm: Update to latest revision. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/applying patch fail View Laminar job
cbaines/applying patch fail View Laminar job

Commit Message

pinoaffe March 22, 2020, 10:38 a.m. UTC
* gnu/packages/fpga.scm (icestorm): Update to latest revision.
---
  gnu/packages/fpga.scm | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

      (version (git-version "0.0" revision commit))
@@ -225,7 +225,7 @@ For synthesis, the compiler generates netlists in 
the desired format.")
                (file-name (git-file-name name version))
                (sha256
                  (base32
-                   
"0bqm0rpywm64yvbq75klpyzb1g9sdsp1kvdlyqg4hvm8jw9w8lya"))))
+                   
"1qlh99fafb7xga702k64fmc9m700nsddrfgcq4x8qn8fplsb64f1"))))
      (build-system gnu-build-system)
      (arguments
       `(#:tests? #f ; no unit tests that don't need an FPGA exist.

Comments

Danny Milosavljevic March 22, 2020, 3 p.m. UTC | #1
Hi!

Thanks for the patches!

Pushed both to guix master, as commits 179be4bbe488d6c18d482da69b4997f7682d5a58
and 363989e6689068daeca81b442358b183b7d983d1, respectively.
diff mbox series

Patch

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index dca67ad3ca..5cfc9a96f6 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 "c0cbae88ab47a3879aacf80d53b6a85710682a6b")
-        (revision "2"))
+  (let ((commit "0ec00d892a91cc68e45479b46161f649caea2933")
+        (revision "3"))
     (package
      (name "icestorm")