From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 04 01:22:18 2020 Received: (at submit) by debbugs.gnu.org; 4 Oct 2020 05:22:19 +0000 Received: from localhost ([127.0.0.1]:44838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOwTS-00021O-Mk for submit@debbugs.gnu.org; Sun, 04 Oct 2020 01:22:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:34840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOwTR-00021H-V6 for submit@debbugs.gnu.org; Sun, 04 Oct 2020 01:22:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39154) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kOwTR-0008Ph-PW for guix-patches@gnu.org; Sun, 04 Oct 2020 01:22:17 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]:20430) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kOwTP-0003jn-Pu for guix-patches@gnu.org; Sun, 04 Oct 2020 01:22:17 -0400 Date: Sun, 04 Oct 2020 05:22:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1601788933; bh=hFLVTmWfyJMCTAR33iM/euYau4bmt909lpc2wdPj5B4=; h=Date:To:From:Reply-To:Subject:From; b=GKTR9ssaq5UuRiUVKbnFTH94W9g2jtarJ06KYaYqMTdqyKx09ELQCyqQNEKqJfNtG SCzCeItEIwSr0fTxPmIecRX+CAevu7bKKsMeFWZ4r3zSBFllWUspdzffaj4ChlghEq nD9J5z/mcUyAU1msadEB6ox7dhL7KEaGkHxP48Jo= To: guix-patches@gnu.org From: Ryan Prior Subject: [PATCH 1/3] gnu: Add go-github-com-go-sql-driver-mysql. Message-ID: <20201004052202.29292-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.131; envelope-from=rprior@protonmail.com; helo=mail-40131.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/04 01:22:13 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit 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: , Reply-To: Ryan Prior Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/golang.scm (go-github-com-go-sql-driver-mysql): New variable= . --- gnu/packages/golang.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 001c864505..dfaaba47c3 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3341,6 +3341,31 @@ without requiring a real database connection.") (home-page "https://github.com/DATA-DOG/go-sqlmock") (license license:expat)))) =20 +(define-public go-github-com-go-sql-driver-mysql + (package + (name "go-github-com-go-sql-driver-mysql") + (version "1.5.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/go-sql-driver/mysql") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11x0m9yf3kdnf6981182r824psgxwfaqhn3x3in4yiidp0w0hk3v")))) + (build-system go-build-system) + (arguments + '(#:tests? #f ;; tests require a network connection + #:import-path "github.com/go-sql-driver/mysql")) + (home-page "https://github.com/go-sql-driver/mysql") + (synopsis "MySQL driver for golang") + (description + "This is a pure Go implementaton of the MySQL API, compatible with +golang's database/sql package.") + (license license:mpl2.0))) + (define-public go-golang-org-colorful (package (name "go-golang-org-colorful") --=20 2.17.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 04 01:34:49 2020 Received: (at 43786-close) by debbugs.gnu.org; 4 Oct 2020 05:34:49 +0000 Received: from localhost ([127.0.0.1]:44864 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOwfZ-0002QW-HN for submit@debbugs.gnu.org; Sun, 04 Oct 2020 01:34:49 -0400 Received: from mail-40136.protonmail.ch ([185.70.40.136]:31295) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOwfX-0002QG-8r for 43786-close@debbugs.gnu.org; Sun, 04 Oct 2020 01:34:48 -0400 Date: Sun, 04 Oct 2020 05:34:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1601789680; bh=keHOfBVCZj3gKcAShNaemd8COmTR6Y2pJ0CPS8H8YJs=; h=Date:To:From:Reply-To:Subject:From; b=MBhBGXwbDqAP/+m6to4ikasAoq7jVPISZ3wqaZCI0qNE5/mL1tRP+LxAtzQTCcL9Z /fiF/bCBb6MjBV9FOhIvefh6HhcvnZ3qFJzwAG2NdYWodIJvZRRznh1LT2gojKifaO KguuUAbIDss94DMZ0cWI9Dy8Vh4B3Pa1z26Hxg5k= To: "43786-close@debbugs.gnu.org" <43786-close@debbugs.gnu.org> From: Ryan Prior Subject: Close duplicate Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="b1_dIJTLqJaBnJYonRhCHYBitixY79Szae0GoW9TbdNA" X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 43786-close 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: , Reply-To: Ryan Prior Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is a multi-part message in MIME format. --b1_dIJTLqJaBnJYonRhCHYBitixY79Szae0GoW9TbdNA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 RHVwbGljYXRlIG9mIDQzNzg1 --b1_dIJTLqJaBnJYonRhCHYBitixY79Szae0GoW9TbdNA Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 PGRpdj5EdXBsaWNhdGUgb2YgNDM3ODU8YnI+PC9kaXY+PGRpdiBjbGFzcz0icHJvdG9ubWFpbF9z aWduYXR1cmVfYmxvY2sgcHJvdG9ubWFpbF9zaWduYXR1cmVfYmxvY2stZW1wdHkiPjxkaXYgY2xh c3M9InByb3Rvbm1haWxfc2lnbmF0dXJlX2Jsb2NrLXVzZXIgcHJvdG9ubWFpbF9zaWduYXR1cmVf YmxvY2stZW1wdHkiPjxicj48L2Rpdj48ZGl2IGNsYXNzPSJwcm90b25tYWlsX3NpZ25hdHVyZV9i bG9jay1wcm90b24gcHJvdG9ubWFpbF9zaWduYXR1cmVfYmxvY2stZW1wdHkiPjxicj48L2Rpdj48 L2Rpdj48ZGl2Pjxicj48L2Rpdj4= --b1_dIJTLqJaBnJYonRhCHYBitixY79Szae0GoW9TbdNA-- From unknown Thu Jun 19 16:23:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 01 Nov 2020 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