nckx pushed a commit to branch master
in repository guix.
commit cb9552c2aa30805bd908d9945ff7138b9066f7f4
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Sep 4 18:06:42 2021 +0200
gnu: nvc: Update to 1.5.2.
* gnu/packages/fpga.scm (nvc): Update to 1.5.2.
[arguments]: Don't return #t from phases.
---
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 9a29807..40cf9cc 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.1")
+ (version "1.5.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -441,7 +441,7 @@ a hardware description and verification language. ")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0m1zhcqhgz5fajz98ky5zdv8g8gvk9caghqfpbv8q3mzdzahcsx5"))))
+ "1hjshyliaqi4vrw4q760rwmq6hvbpsvr2h4zl34k5j457004dy9l"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -450,8 +450,7 @@ a hardware description and verification language. ")
(modify-phases %standard-phases
(add-after 'unpack 'clean-up
(lambda _
- (delete-file "autogen.sh")
- #t)))))
+ (delete-file "autogen.sh"))))))
(native-inputs
`(("automake" ,automake)
("autoconf" ,autoconf)