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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 76b220ee30 gnu: nvc: Update to 1.19.0.
76b220ee30 is described below

commit 76b220ee30dc7a82ced23151cd4002c67bfb5905
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Feb 2 11:28:04 2026 +0100

    gnu: nvc: Update to 1.19.0.
    
    * gnu/packages/electronics.scm (nvc): Update to 1.19.0.
    
    Change-Id: I43da001f5ef8a5fb596050630258586edee846f4
---
 gnu/packages/electronics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 9267bf3003..1f789dc116 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.18.2")
+    (version "1.19.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1633,7 +1633,7 @@ Automation}, portable and vendor neutral FPGA place and 
route tool.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0930bjaprvx9d0g8152xyzl2hxbx34gd36198ljvr55brrisfmvb"))))
+                "0a2q7lsjps1yrmpmr3j6sz4rx4jgdm79382xyn6c862qzs69impp"))))
     (build-system gnu-build-system)
     (arguments
      (list #:out-of-source? #t

Reply via email to