From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 29 12:55:55 2021 Received: (at submit) by debbugs.gnu.org; 29 Sep 2021 16:55:55 +0000 Received: from localhost ([127.0.0.1]:50032 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVcs6-00008P-Qh for submit@debbugs.gnu.org; Wed, 29 Sep 2021 12:55:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:55410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVcqk-00005u-3n for submit@debbugs.gnu.org; Wed, 29 Sep 2021 12:54:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mVcqj-0007IZ-Rm for guix-patches@gnu.org; Wed, 29 Sep 2021 12:54:29 -0400 Received: from insect.birch.relay.mailchannels.net ([23.83.209.93]:15219) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mVcqh-00076k-Si for guix-patches@gnu.org; Wed, 29 Sep 2021 12:54:29 -0400 X-Sender-Id: dreamhost|x-authsender|peter@polidoro.io Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id B247A21377 for ; Wed, 29 Sep 2021 16:54:21 +0000 (UTC) Received: from pdx1-sub0-mail-a244 (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id E045B21667 for ; Wed, 29 Sep 2021 16:54:20 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|peter@polidoro.io Received: from pdx1-sub0-mail-a244 (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.99.42.170 (trex/6.4.3); Wed, 29 Sep 2021 16:54:21 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|peter@polidoro.io X-MailChannels-Auth-Id: dreamhost X-Inform-Inform: 2f54bde859780601_1632934461459_3132937877 X-MC-Loop-Signature: 1632934461459:4278180585 X-MC-Ingress-Time: 1632934461459 Received: from knave (unknown [206.241.0.254]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: peter@polidoro.io) by pdx1-sub0-mail-a244 (Postfix) with ESMTPSA id 4HKMsm1gp3z1jt for ; Wed, 29 Sep 2021 09:54:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=polidoro.io; s=polidoro.io; t=1632934460; bh=VfaksWJbyHsJNpYWfphl/GXVn2o=; h=From:To:Subject:Date:Content-Type; b=mCd9xpxNYUSgazAtqWktImpy6xvCkGVxHvHpixpMyeRAczPGJ/l5TGO4M2oEG7q5r c2tlTxrLhwTUZ2uGTHL3ZtKjJR1MYfL5GrMRuEIynMd3j+F+vnX5MLOZmW+uqQQ9QC jO5LTNm8SVPh/FF283Wfn/L2kA1i6wZo7TD0T82Q= User-agent: mu4e 1.6.6; emacs 27.2 From: Peter Polidoro To: guix-patches@gnu.org Subject: [PATCH] gnu: kicad: Update to 5.1.10. Date: Wed, 29 Sep 2021 12:53:03 -0400 Message-ID: <86h7e3qq4u.fsf@polidoro.io> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=23.83.209.93; envelope-from=peter@polidoro.io; helo=insect.birch.relay.mailchannels.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=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 X-Mailman-Approved-At: Wed, 29 Sep 2021 12:55:53 -0400 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/engineering.scm (kicad): Update to 5.1.10. --- gnu/packages/engineering.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 073d524955..8160246ad1 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -905,7 +905,7 @@ Emacs).") (define-public kicad (package (name "kicad") - (version "5.1.6") + (version "5.1.10") (source (origin (method git-fetch) @@ -913,7 +913,7 @@ Emacs).") (url "https://gitlab.com/kicad/code/kicad.git") (commit version))) (sha256 - (base32 "1pa3z0h0679jmgxlzc833h6q85b5paxdp69kf2h93vkaryj58622")) + (base32 "10ix560bqy0lprnik1bprxw9ix4g8w2ipvyikx551ak9ryvgwjcc")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments @@ -1014,7 +1014,7 @@ electrical diagrams), gerbview (viewing Gerber files) and others.") (file-name (git-file-name name version)) (sha256 (base32 - "0qryi8xjm23ka363zfl7bbga0v5c31fr3d4nyxp3m168vkv9zhha")))) + "0y51l0r62cnxkvpc21732p3cx7pjvaqjih8193502hlv9kv1j9p6")))) (build-system cmake-build-system) (arguments `(#:phases -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 30 13:58:01 2021 Received: (at 50893) by debbugs.gnu.org; 30 Sep 2021 17:58:01 +0000 Received: from localhost ([127.0.0.1]:53921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mW0Jk-0001Q3-SA for submit@debbugs.gnu.org; Thu, 30 Sep 2021 13:58:01 -0400 Received: from hedgehog.birch.relay.mailchannels.net ([23.83.209.81]:13715) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mW0Jh-0001Ps-Ci for 50893@debbugs.gnu.org; Thu, 30 Sep 2021 13:57:59 -0400 X-Sender-Id: dreamhost|x-authsender|peter@polidoro.io Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id EDE84543065 for <50893@debbugs.gnu.org>; Thu, 30 Sep 2021 17:50:32 +0000 (UTC) Received: from pdx1-sub0-mail-a33.g.dreamhost.com (100-96-99-46.trex.outbound.svc.cluster.local [100.96.99.46]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 48EC7542369 for <50893@debbugs.gnu.org>; Thu, 30 Sep 2021 17:50:14 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|peter@polidoro.io Received: from pdx1-sub0-mail-a33.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.99.46 (trex/6.4.3); Thu, 30 Sep 2021 17:50:32 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|peter@polidoro.io X-MailChannels-Auth-Id: dreamhost X-Cold-Juvenile: 493035a7259b8118_1633024217530_288514091 X-MC-Loop-Signature: 1633024217530:2131103439 X-MC-Ingress-Time: 1633024217530 Received: from pdx1-sub0-mail-a33.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a33.g.dreamhost.com (Postfix) with ESMTP id 84D7681290 for <50893@debbugs.gnu.org>; Thu, 30 Sep 2021 10:50:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=polidoro.io; h=from:to :subject:date:message-id:mime-version:content-type; s= polidoro.io; bh=nj0Sq+s7Gxdi2iys4qP/hfzdXFA=; b=ll5ogql6CB1P7/iU yL6YFMyEaBcUQuGRE5QOMsupqt/f2V0x6Q7Dsv/hm5yC1jaffBxQ+s306PdXCI1r /L8wMW7kwCKDex9bA61FJmYgxAce6XG25hpaAkdUl+j8allKrGgCUIQksmDjqGJ1 iNPDX7lfF0Nb+bmOElNA1Zv0idI= Received: from knave (unknown [206.241.0.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: peter@polidoro.io) by pdx1-sub0-mail-a33.g.dreamhost.com (Postfix) with ESMTPSA id 302DD81282 for <50893@debbugs.gnu.org>; Thu, 30 Sep 2021 10:50:10 -0700 (PDT) User-agent: mu4e 1.6.6; emacs 27.2 X-DH-BACKEND: pdx1-sub0-mail-a33 From: Peter Polidoro To: 50893@debbugs.gnu.org Subject: [PATCH] gnu: kicad: Update to 5.1.10. Date: Thu, 30 Sep 2021 13:48:25 -0400 Message-ID: <8635pmlzqq.fsf@polidoro.io> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 50893 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: -1.0 (-) * gnu/packages/engineering.scm (kicad): Update to 5.1.10. --- gnu/packages/engineering.scm | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 073d524955..74c556a8ea 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -905,7 +905,7 @@ Emacs).") (define-public kicad (package (name "kicad") - (version "5.1.6") + (version "5.1.10") (source (origin (method git-fetch) @@ -913,7 +913,7 @@ Emacs).") (url "https://gitlab.com/kicad/code/kicad.git") (commit version))) (sha256 - (base32 "1pa3z0h0679jmgxlzc833h6q85b5paxdp69kf2h93vkaryj58622")) + (base32 "10ix560bqy0lprnik1bprxw9ix4g8w2ipvyikx551ak9ryvgwjcc")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments @@ -1014,7 +1014,7 @@ electrical diagrams), gerbview (viewing Gerber files) and others.") (file-name (git-file-name name version)) (sha256 (base32 - "0qryi8xjm23ka363zfl7bbga0v5c31fr3d4nyxp3m168vkv9zhha")))) + "0y51l0r62cnxkvpc21732p3cx7pjvaqjih8193502hlv9kv1j9p6")))) (build-system cmake-build-system) (arguments `(#:phases @@ -1035,7 +1035,7 @@ translations for KiCad.") (define-public kicad-doc (package (name "kicad-doc") - (version "5.1.6") + (version (package-version kicad)) (source (origin (method git-fetch) (uri (git-reference @@ -1044,7 +1044,7 @@ translations for KiCad.") (file-name (git-file-name name version)) (sha256 (base32 - "03kvss8a0xrjnfvkwymm0vfd7rn9ix7i926xdzz9jg9iycrjfj3g")))) + "005ljkb7liayvyj4vxd5ncrknfbhnk6xvyjk43qz810hrp1fv0hk")))) (build-system cmake-build-system) (arguments `(#:configure-flags (list "-DBUILD_FORMATS=html") @@ -1073,12 +1073,12 @@ translations for KiCad.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/KiCad/kicad-symbols") + (url "https://gitlab.com/kicad/libraries/kicad-symbols.git") (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "12w3rdy085drlikkpb27n9ni7cyg9l0pqy7hnr86cxjcw3l5wcx6")))) + "0n25rq32jwyigfw26faqraillwv6zbi2ywy26dkz5zqlf5xp56ad")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; no tests exist @@ -1102,12 +1102,12 @@ libraries.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/KiCad/kicad-footprints") + (url "https://gitlab.com/kicad/libraries/kicad-footprints.git") (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1kmf91a5mmvj9izrv40mkaw1w36yjgn8daczd9rq2wlmd0rdp1zx")))) + "0gyqxryda273hjn2rv8dha461j9bjh054y5dlpiw1wiha65lrf9i")))) (synopsis "Official KiCad footprint libraries") (description "This package contains the official KiCad footprint libraries."))) @@ -1119,12 +1119,12 @@ libraries.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/KiCad/kicad-packages3d") + (url "https://gitlab.com/kicad/libraries/kicad-packages3D.git") (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "0b9jglf77fy0n0r8xs4yqkv6zvipyfvp0z5dnqlzp32csy5aqpi1")))) + "1szcin52fcsyb55bj7xq7lz6ig187dpz3lk7blwab7b9c4dn3c3y")))) (synopsis "Official KiCad 3D model libraries") (description "This package contains the official KiCad 3D model libraries."))) @@ -1136,12 +1136,12 @@ libraries.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/KiCad/kicad-templates") + (url "https://gitlab.com/kicad/libraries/kicad-templates.git") (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1hppcsrkn4dk6ggby6ckh0q65qxkywrbyxa4lwpaf7pxjyv498xg")))) + "1a8xfcbdbb4ylrb5m7n2jjk9kwvgmlx1pmnn2cwj327a2b3m4jjs")))) (synopsis "Official KiCad project and worksheet templates") (description "This package contains the official KiCad project and worksheet templates."))) -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 13 05:27:47 2021 Received: (at 50893-done) by debbugs.gnu.org; 13 Oct 2021 09:27:47 +0000 Received: from localhost ([127.0.0.1]:58337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maaY7-00072B-88 for submit@debbugs.gnu.org; Wed, 13 Oct 2021 05:27:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maaY6-00071z-Ik for 50893-done@debbugs.gnu.org; Wed, 13 Oct 2021 05:27:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51110) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maaY0-0002RP-Rc; Wed, 13 Oct 2021 05:27:41 -0400 Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:62926 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maaY0-0005RS-7R; Wed, 13 Oct 2021 05:27:40 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Peter Polidoro Subject: Re: bug#50893: [PATCH] gnu: kicad: Update to 5.1.10. References: <86h7e3qq4u.fsf@polidoro.io> <8635pmlzqq.fsf@polidoro.io> Date: Wed, 13 Oct 2021 11:27:38 +0200 In-Reply-To: <8635pmlzqq.fsf@polidoro.io> (Peter Polidoro's message of "Thu, 30 Sep 2021 13:48:25 -0400") Message-ID: <87mtndqnp1.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50893-done Cc: 50893-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 (---) Hi, Peter Polidoro skribis: > * gnu/packages/engineering.scm (kicad): Update to 5.1.10. Push a few days ago as b628c5fc71ab5b6db3ae35dcccd66bacef98252d. Thanks! Ludo=E2=80=99. From unknown Mon Aug 18 15:39:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 10 Nov 2021 12:24:13 +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