From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodoros Foradis Subject: [PATCH 3/3] gnu: yosys: Update to 0.7. Date: Sat, 26 Nov 2016 16:27:58 +0200 Message-ID: <20161126142758.25457-4-theodoros.for@openmailbox.org> References: <20161126142758.25457-1-theodoros.for@openmailbox.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAe2T-0006QF-TZ for guix-devel@gnu.org; Sat, 26 Nov 2016 09:33:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAe2Q-0005SZ-Qm for guix-devel@gnu.org; Sat, 26 Nov 2016 09:33:13 -0500 Received: from smtp18.openmailbox.org ([62.4.1.52]:37398 helo=smtp3.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cAe2Q-0005S1-KV for guix-devel@gnu.org; Sat, 26 Nov 2016 09:33:10 -0500 In-Reply-To: <20161126142758.25457-1-theodoros.for@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/fpga.scm (yosys): Update to 0.7. --- 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 a344e8e..f65eae8 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -117,7 +117,7 @@ For synthesis, the compiler generates netlists in the desired format.") (define-public yosys (package (name "yosys") - (version "0.6") + (version "0.7") (source (origin (method url-fetch) (uri @@ -125,7 +125,7 @@ For synthesis, the compiler generates netlists in the desired format.") name "-" version ".tar.gz")) (sha256 (base32 - "02j0c0m9dfyjccynalf0aggj6gy20k7iphpkg5cn6sdirlkv8gmx")) + "0vkfdn4phvkjqlnpqlr6q5f97bgjc3312vj5jf0vf85zqv88dy9x")) (file-name (string-append name "-" version "-checkout.tar.gz")) (modules '((guix build utils))) (snippet -- 2.10.2