guix-commits
[Top][All Lists]
Advanced

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

05/22: gnu: nvc: Update to 1.5.1.


From: guix-commits
Subject: 05/22: gnu: nvc: Update to 1.5.1.
Date: Sun, 23 May 2021 17:40:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d289a60770c8e4449439858158c28e84a053c3b0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 23 12:50:07 2021 +0200

    gnu: nvc: Update to 1.5.1.
    
    * gnu/packages/fpga.scm (nvc): Update to 1.5.1.
    [arguments]: Hopefully re-enable #:parallel-build?s.
---
 gnu/packages/fpga.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 809a807..380a09d 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -432,7 +432,7 @@ a hardware description and verification language. ")
 (define-public nvc
   (package
     (name "nvc")
-    (version "1.5.0")
+    (version "1.5.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -441,11 +441,10 @@ a hardware description and verification language. ")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0dd1xany6qhh2qsfw8ba0ky7y86h19yr4hlk0r5i2bvwsg4355v9"))))
+                "0m1zhcqhgz5fajz98ky5zdv8g8gvk9caghqfpbv8q3mzdzahcsx5"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:parallel-build? #f ; https://github.com/nickg/nvc/issues/409
-       #:configure-flags
+     `(#:configure-flags
        '("--enable-vhpi")
        #:phases
        (modify-phases %standard-phases



reply via email to

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