From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id oBq5DmGLw2QwdwEASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 11:33:21 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id kBviDWGLw2QH9QAAG6o9tA (envelope-from ) for ; Fri, 28 Jul 2023 11:33:21 +0200 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 ED6DC4A864 for ; Fri, 28 Jul 2023 11:33:20 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=MQh57Wua; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690536801; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=zivCUpOAc3DCSen7jz34fOzotdy+THTw/aNy9e5mumY=; b=WXZvIgJ5tPgYRD1IvhDstJuA5Ba5g8zFczx4aLt+M3E87xQquymp+0GyxD0QyOEc2SZy6j mjFgeC0/XdB1A0CHYtqwT20nwj+8w2+gHX1D4TtXKVj/wz0BdbYILiNqChTiMraycwyNhc irkHGAD1T5bM4Vr08yvGKXR7At3zbwzUAvRyOZvDrgZ10o80XkQEzw7BrKrkgD5OLmuCie jQxxlaxvZdrJJuv1+6ddPeQOteKlZLCzd2DW3krj9ja79eyrghY1TkzXRSe5ryqYxUOOsi Rt8040sCra2mmk4ZqRSd7k6N39Si4Aa+gHlAYYiNdjZZ4EYCBeInYO3Nwt6iIQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690536801; a=rsa-sha256; cv=none; b=QJkjS3qcfyPgGYiMbl1DfByEirMIj18v9tD6DdzFWjXB4U5gh0D571ItNSQpCVKOifzvXd lce+PM28+1WX/Gm+lIV/iRrVsju1cxnfu05G9jIS86tN+ZgXU+kV9BG1IaSdXWtIZAUkf7 rZrqR0Qe3ZrgxqVrxoLRObe+grO8Wf/hoo9RU2fdoOI/chQGumf4OmMuA5HyhtgKZt7IqU 1/rZISyEZE17fQwHHKS8geJJede9Y5gn0cAtBGC7+ibLLGF3ONZQ4VSyZM/NWm0DS0wYNA 4eXEzN7DRkwgiL8HJ7UPJefdlZPcChg4d5cnmiCV6I4FzcNOzR9Yd4cw1i9fIA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=MQh57Wua; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPJTJ-0002PL-Pw; Fri, 28 Jul 2023 05:09:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPJTA-0002Ms-Hp for guix-patches@gnu.org; Fri, 28 Jul 2023 05:09:09 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qPJTA-0002Aq-5G for guix-patches@gnu.org; Fri, 28 Jul 2023 05:09:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPJTA-0005IN-1a for guix-patches@gnu.org; Fri, 28 Jul 2023 05:09:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64916] [PATCH 15/18] gnu: go-github-com-spf13-cobra: Update to 1.7.0. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 09:09:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64916 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64916@debbugs.gnu.org Cc: Hilton Chain Received: via spool by 64916-submit@debbugs.gnu.org id=B64916.169053533820221 (code B ref 64916); Fri, 28 Jul 2023 09:09:08 +0000 Received: (at 64916) by debbugs.gnu.org; 28 Jul 2023 09:08:58 +0000 Received: from localhost ([127.0.0.1]:43668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPJSz-0005Fz-Mm for submit@debbugs.gnu.org; Fri, 28 Jul 2023 05:08:57 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:35238) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPJSo-0005F9-4v for 64916@debbugs.gnu.org; Fri, 28 Jul 2023 05:08:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690535052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zivCUpOAc3DCSen7jz34fOzotdy+THTw/aNy9e5mumY=; b=MQh57WuaUAPZrOSu643X7H3xsEbmBfUX+C2LMYJhHsdOw8tkAwo8Eow51YFF1VgfiXl40u AdQmTxTyuNUOkqqvlfVnafVng1JDSHPaUkVDDztFF1kWPI4a3aWCyXlynNybKEUX8CXxE1 yIePW8UmXKLzob3lS5F8j4ct6Pco1481vqKtAhJBtgGZJf7aluEj+Eoi/wCcYzpd/BpVVZ 0MEYaJRmIVo3r5fzG4FKTfUSRcTwlwbhpZjzAf5DfjJf5gSqIxnyBL5x6EMmoCGP+rLdE0 GJHojTDdVO8fmQTSaoa8k+HVNwYjCQC74FfZGQUrQKy2nk7qB8g3+Hq/pyNR9w== Date: Fri, 28 Jul 2023 17:07:52 +0800 Message-ID: <440e1fa6256c82f46639191f48dba277e4147bca.1690534227.git.hako@ultrarare.space> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: -- 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: , Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches From: Hilton Chain via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.65 X-Spam-Score: -4.65 X-Migadu-Queue-Id: ED6DC4A864 X-Migadu-Scanner: mx1.migadu.com X-TUID: 0pFPZdFY9iQ0 * gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.7.0. --- 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 648e04c5ad..34c987b559 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -4950,7 +4950,7 @@ (define-public go-github-com-spf13-cast (define-public go-github-com-spf13-cobra (package (name "go-github-com-spf13-cobra") - (version "1.5.0") + (version "1.7.0") (source (origin (method git-fetch) @@ -4960,7 +4960,7 @@ (define-public go-github-com-spf13-cobra (file-name (git-file-name name version)) (sha256 (base32 - "0qavvyljh509w5xb46lfkak670szp6v4jswwar1hx13cpid8gk5d")))) + "0fwv0qpb7z0rqdacsx1mahspgmx1h3hif5fjqzq77wgkk5kbv2bf")))) (build-system go-build-system) (arguments `(#:import-path "github.com/spf13/cobra")) -- 2.41.0