From patchwork Fri Jun 25 07:20:57 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sarah Morgensen X-Patchwork-Id: 30693 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D39A827BC81; Fri, 25 Jun 2021 08:22:13 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_HELO_PASS,T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 9EC8D27BC78 for ; Fri, 25 Jun 2021 08:22:13 +0100 (BST) Received: from localhost ([::1]:53560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lwgAG-0005zA-JU for patchwork@mira.cbaines.net; Fri, 25 Jun 2021 03:22:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwgA7-0005xA-Ci for guix-patches@gnu.org; Fri, 25 Jun 2021 03:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33196) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lwgA7-0005q2-54 for guix-patches@gnu.org; Fri, 25 Jun 2021 03:22:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lwgA7-0005C1-22 for guix-patches@gnu.org; Fri, 25 Jun 2021 03:22:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49221] [PATCH 04/13] gnu: go-github-com-pelletier-go-toml: Update to 1.9.3. Resent-From: Sarah Morgensen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Jun 2021 07:22:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49221 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49221@debbugs.gnu.org Received: via spool by 49221-submit@debbugs.gnu.org id=B49221.162460567919767 (code B ref 49221); Fri, 25 Jun 2021 07:22:03 +0000 Received: (at 49221) by debbugs.gnu.org; 25 Jun 2021 07:21:19 +0000 Received: from localhost ([127.0.0.1]:44712 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwg9P-00058d-9D for submit@debbugs.gnu.org; Fri, 25 Jun 2021 03:21:19 -0400 Received: from out2.migadu.com ([188.165.223.204]:12021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwg9L-00058C-Pw for 49221@debbugs.gnu.org; Fri, 25 Jun 2021 03:21:16 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1624605675; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=T5LN9yGCzYT0Oz/Yqf74XEHmFtQCTq7ZvzRZ1oxVN6g=; b=EEdWW9D55V2d2rkNo2UVJMniIJ5KTRjz+yBS00SXmptXuRki+Si4MrUuhGFcT2Iw+dCicG E8FJazQnGmMGNd3XTxVteV+T+j7y1lkoW7HILGyoMafdKzus+QKQ6CfKVD3Dk4XGbYgmzb uCPsPefAUnVw1L1eNDiiW3aMnyD4sKY= Date: Fri, 25 Jun 2021 00:20:57 -0700 Message-Id: <71692884fbcab382d73b65f1f83633ec8d5b9af1.1624602942.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: Sarah Morgensen X-ACL-Warn: , Sarah Morgensen via Guix-patches X-Patchwork-Original-From: Sarah Morgensen via Guix-patches via From: Sarah Morgensen X-getmail-retrieved-from-mailbox: Patches * gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.3. --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index f4f31b2943..9c9543e059 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2050,7 +2050,7 @@ application's http.Handlers.") (define-public go-github-com-pelletier-go-toml (package (name "go-github-com-pelletier-go-toml") - (version "1.8.0") + (version "1.9.3") (source (origin (method git-fetch) @@ -2060,7 +2060,7 @@ application's http.Handlers.") (file-name (git-file-name name version)) (sha256 (base32 - "0fxmjm85c9h43lvqz71wr93fcc63bhj82nwby80222xx8ja63g7y")))) + "0cqwnvlgs1wgdgjxlwv8j52f7d6syniadr51sjh2fya99m5wzvsn")))) (build-system go-build-system) (arguments `(#:import-path "github.com/pelletier/go-toml"))