From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iBffNUdceV9dWgAA0tVLHw (envelope-from ) for ; Sun, 04 Oct 2020 05:23:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id GDqaMUdceV+DAgAAB5/wlQ (envelope-from ) for ; Sun, 04 Oct 2020 05:23:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 961959400BF for ; Sun, 4 Oct 2020 05:23:19 +0000 (UTC) Received: from localhost ([::1]:46160 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kOwUQ-00005D-Et for larch@yhetil.org; Sun, 04 Oct 2020 01:23:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39174) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kOwUE-0008TM-Mu for guix-patches@gnu.org; Sun, 04 Oct 2020 01:23:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33308) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kOwUB-0003lh-PR for guix-patches@gnu.org; Sun, 04 Oct 2020 01:23:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kOwUB-00023t-KN for guix-patches@gnu.org; Sun, 04 Oct 2020 01:23:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43785] [PATCH 1/3] gnu: Add go-github-com-go-sql-driver-mysql. References: <20201004051959.29166-1-rprior@protonmail.com> In-Reply-To: <20201004051959.29166-1-rprior@protonmail.com> Resent-From: Ryan Prior Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 04 Oct 2020 05:23:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43785 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43785@debbugs.gnu.org Received: via spool by 43785-submit@debbugs.gnu.org id=B43785.16017889557822 (code B ref 43785); Sun, 04 Oct 2020 05:23:03 +0000 Received: (at 43785) by debbugs.gnu.org; 4 Oct 2020 05:22:35 +0000 Received: from localhost ([127.0.0.1]:44844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOwTj-000225-9N for submit@debbugs.gnu.org; Sun, 04 Oct 2020 01:22:35 -0400 Received: from mail-40136.protonmail.ch ([185.70.40.136]:24421) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOwTh-00021e-0T for 43785@debbugs.gnu.org; Sun, 04 Oct 2020 01:22:33 -0400 Date: Sun, 04 Oct 2020 05:22:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1601788946; bh=hFLVTmWfyJMCTAR33iM/euYau4bmt909lpc2wdPj5B4=; h=Date:To:From:Reply-To:Subject:From; b=UmZ4hSamAoboDOsAh27ev9HXP+mwgouXnYqlR4RclsvLddm8ZYDUhK1Pvc193Iy2F 8+DTMs2wiGIy+YgA223AVoE45ituYK9OWjgfJFi2tXsPzmQK1jIxSbuz6X8z7gQOb1 XHLQ0+GKC+LblL6F6Bnip+Y3iTvOlSEM39bZmcJ0= Message-ID: <20201004052218.29371-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Ryan Prior , Ryan Prior via Guix-patches From: Ryan Prior via Guix-patches via X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=protonmail.com header.s=protonmail header.b=UmZ4hSam; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: 9wMnq9zf9Nxu * 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