guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nvc: Update to 1.9.2.


From: guix-commits
Subject: branch master updated: gnu: nvc: Update to 1.9.2.
Date: Mon, 26 Jun 2023 11:53:57 -0400

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

dannym pushed a commit to branch master
in repository guix.

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

commit 05a7f7bf6e30ca958a86c3853222d45e075459b0
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Mon Jun 26 14:50:24 2023 +0200

    gnu: nvc: Update to 1.9.2.
    
    * gnu/packages/fpga.scm (nvc): Update to 1.9.2.
---
 gnu/packages/fpga.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 31fc0bc5c6..13ac1a0b57 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -425,7 +425,7 @@ a hardware description and verification language.")
 (define-public nvc
   (package
     (name "nvc")
-    (version "1.8.1")
+    (version "1.9.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -434,7 +434,7 @@ a hardware description and verification language.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "03dnn77n50b5n06gd81hh36gh0h2nc266yzwl70qjlb00qs8cf7p"))))
+                "0zifyn7fr4k73ga6iwvsbsl6gi5106vlv5mkmqs0svi0sqx847f4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:out-of-source? #t



reply via email to

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