guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: nvc: Update to 1.15.1.


From: guix-commits
Subject: 04/04: gnu: nvc: Update to 1.15.1.
Date: Wed, 22 Jan 2025 06:24:17 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit eac904c7231c9217ee8466cf801d2e41806ed355
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Jan 22 19:08:26 2025 +0800

    gnu: nvc: Update to 1.15.1.
    
    * gnu/packages/fpga.scm (nvc): Update to 1.15.1.
    [native-inputs]: Remove gnu-gettext; add gettext-minimal.
    
    Change-Id: Ic71084121b1bdb2f3c37f863edd305c16d2d7ea6
---
 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 79c4ab9e07..eb26fdaff0 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -555,7 +555,7 @@ automated testing of HDL code.")
 (define-public nvc
   (package
     (name "nvc")
-    (version "1.15.0")
+    (version "1.15.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -564,7 +564,7 @@ automated testing of HDL code.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bcilpdd6qg0vwvbwjb4rcs0j051sc53yalxsgz8r8gm123ck40j"))))
+                "1hqkgwkvflha1fpch13byb8clwa97n6z1d9a2d34cqzsjrzkdx0k"))))
     (build-system gnu-build-system)
     (arguments
      (list #:out-of-source? #t
@@ -577,7 +577,7 @@ automated testing of HDL code.")
      (list automake
            autoconf
            flex
-           gnu-gettext
+           gettext-minimal
            libtool
            pkg-config
            which



reply via email to

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