guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4bb7f2f63c01839bdf8bbfed1153194ff3b2c2f1
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Mar 1 10:46:04 2026 +0100

    gnu: nvc: Update to 1.19.2.
    
    * gnu/packages/electronics.scm (nvc): Update to 1.19.2.
    [arguments]<#:configure-flags>: Remove "--enable-verilog" flag.
    
    Change-Id: I026a1b7e35b83b732a9812b45e42eab2d950306b
---
 gnu/packages/electronics.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 2e0644ffd2..982ecd83a5 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1624,7 +1624,7 @@ Automation}, portable and vendor neutral FPGA place and 
route tool.")
 (define-public nvc
   (package
     (name "nvc")
-    (version "1.19.1")
+    (version "1.19.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1633,14 +1633,13 @@ Automation}, portable and vendor neutral FPGA place and 
route tool.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1s42zzwnv18kd2p4jdpwn822m9b20mb3isqj6wf3r74a5lxy1xxg"))))
+                "1wcniiphnzk81y9p093v6zqq9vd7qhw08639svacwmhd8a67yr6b"))))
     (build-system gnu-build-system)
     (arguments
      (list #:out-of-source? #t
            #:configure-flags
            #~(list "--enable-tcl"
                    "--enable-llvm"
-                   "--enable-verilog"
                    "--enable-vital"
                    "--enable-server"
                    "--with-ncurses"

Reply via email to