[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: nvc: Update to 1.5.2.
From: |
guix-commits |
Subject: |
07/14: gnu: nvc: Update to 1.5.2. |
Date: |
Sat, 4 Sep 2021 16:11:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit cb9552c2aa30805bd908d9945ff7138b9066f7f4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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)
- branch master updated (e13687e -> da2bd0c), guix-commits, 2021/09/04
- 05/14: gnu: nsd: Update to 4.3.7., guix-commits, 2021/09/04
- 03/14: gnu: unbound: Update to 1.13.2., guix-commits, 2021/09/04
- 02/14: gnu: vc: Update to 1.4.2., guix-commits, 2021/09/04
- 01/14: gnu: xlockmore: Update to 5.67., guix-commits, 2021/09/04
- 06/14: gnu: fbcat: Update to 0.5.2., guix-commits, 2021/09/04
- 11/14: gnu: btrfs-progs: Update to 5.13.1., guix-commits, 2021/09/04
- 12/14: gnu: gparted: Update to 1.3.1., guix-commits, 2021/09/04
- 07/14: gnu: nvc: Update to 1.5.2.,
guix-commits <=
- 04/14: gnu: git-annex: Update to 8.20210903., guix-commits, 2021/09/04
- 08/14: gnu: libfilezilla: Update to 0.31.1., guix-commits, 2021/09/04
- 09/14: gnu: filezilla: Update to 3.55.1., guix-commits, 2021/09/04
- 13/14: gnu: interception-tools: Update to 0.6.7., guix-commits, 2021/09/04
- 10/14: gnu: epson-inkjet-printer-escpr: Update to 1.7.17., guix-commits, 2021/09/04
- 14/14: gnu: libglvnd: Update to 1.3.4., guix-commits, 2021/09/04