From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 08 08:56:09 2024 Received: (at submit) by debbugs.gnu.org; 8 Oct 2024 12:56:09 +0000 Received: from localhost ([127.0.0.1]:51605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sy9l3-00058H-1Y for submit@debbugs.gnu.org; Tue, 08 Oct 2024 08:56:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:36410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sy9kz-00057y-KO for submit@debbugs.gnu.org; Tue, 08 Oct 2024 08:56:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sy9kn-0006zL-E8 for guix-patches@gnu.org; Tue, 08 Oct 2024 08:55:54 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sy9kl-00038O-8K for guix-patches@gnu.org; Tue, 08 Oct 2024 08:55:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1728392147; bh=ukhj3KfK65F9DFSKALvFYAb7AafpUby6zqRVkyKGnx0=; h=From:To:Cc:Subject:Date:From; b=BTOok1jRA8qwLUwf8tKQbe3uAogk8tZAHLpNw+bH/4wwzl5TXRPj1tV8n2byvqdTN wREYWYtwdPnaBI24EpoRhX6OSp1Onfzm2El/lI4uik0LaV17Z1bUDApzk80Gw3q4P0 A+39MzH4qM5pmHEw3GxtAENx8G/w9edx3JXEnEAY= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4XNGGW6P09z6vJg; Tue, 8 Oct 2024 12:55:47 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4XNGGW4wK1z6vJK; Tue, 8 Oct 2024 12:55:47 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: nvc: Update to 1.14.0. Date: Tue, 8 Oct 2024 14:55:44 +0200 Message-ID: <95d42cfce9fcdfbb5c750293071a8cf28e443e6d.1728392144.git.csantosb@inventati.org> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/fpga.scm (nvc): Update to 1.14.0. --- 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 68f36d501f..b4ada59b9c 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -429,7 +429,7 @@ (define-public python-myhdl (define-public nvc (package (name "nvc") - (version "1.11.3") + (version "1.14.0") (source (origin (method git-fetch) (uri (git-reference @@ -438,7 +438,7 @@ (define-public nvc (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0rh6xwzr1drgwa04gx6w4r968yxlvfkvzg92950akf7wyxf331k7")))) + "1b71j8bps9zirvxhycrc9fhbr3f89si6h064xnly7gq06ggnv8n5")))) (build-system gnu-build-system) (arguments `(#:out-of-source? #t base-commit: d44beb9b4ad836781928a0c5667e94c0d6df13f0 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 14 08:04:14 2024 Received: (at 73705-done) by debbugs.gnu.org; 14 Oct 2024 12:04:14 +0000 Received: from localhost ([127.0.0.1]:36253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t0Jo6-0005Yv-6O for submit@debbugs.gnu.org; Mon, 14 Oct 2024 08:04:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t0Jo3-0005YK-Tz for 73705-done@debbugs.gnu.org; Mon, 14 Oct 2024 08:04:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t0Jng-000797-Jk; Mon, 14 Oct 2024 08:03:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=KbZx5zCqYeaw1tiNVxyjZf4pOtb9CmaWWvajEPyF1xQ=; b=AMm2er5SDGjaGEKuGgse RxD+ogK/vum1Suho6IwOpY6rE9FfH3tA8AlSuad9kn3uAm4KAkr0EDxWgxYhKsUPkpFLAEU3RVS77 jiyH7h9wkKgp8WN+o+021aYWe7Yi4dEuM+hTwTXkTgplWFgY8up45Xn/AJH/L4qBF9xXCFSvJY2oD FuniVi+mM4RTS0RVu4Qc9hx+8pAz7sKAvgFxuTQcKs+pPtY5Bb+c2M7vOL9/yqLDt/U1Iox0WTsW+ z/uHbUStjrEUwvLPfb93d+SupTJdWk+Aip2TvHHipXjtx+dgPpyurSNEQ8AU6PxhjMHGOggXOBKsj h3sqFVn4vMd+eA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Cayetano Santos Subject: Re: [bug#73705] [PATCH] gnu: nvc: Update to 1.14.0. In-Reply-To: <95d42cfce9fcdfbb5c750293071a8cf28e443e6d.1728392144.git.csantosb@inventati.org> (Cayetano Santos's message of "Tue, 8 Oct 2024 14:55:44 +0200") References: <95d42cfce9fcdfbb5c750293071a8cf28e443e6d.1728392144.git.csantosb@inventati.org> Date: Mon, 14 Oct 2024 14:03:46 +0200 Message-ID: <87sesy28nx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 73705-done Cc: 73705-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Cayetano Santos skribis: > * gnu/packages/fpga.scm (nvc): Update to 1.14.0. Applied, thanks! From unknown Fri Aug 15 04:04:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 11 Nov 2024 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator