From unknown Sat Sep 20 23:53:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54888 <54888@debbugs.gnu.org> To: bug#54888 <54888@debbugs.gnu.org> Subject: Status: [PATCH] gnu: go-github-com-spf13-cobra: Update to 1.4.0. Reply-To: bug#54888 <54888@debbugs.gnu.org> Date: Sun, 21 Sep 2025 06:53:08 +0000 retitle 54888 [PATCH] gnu: go-github-com-spf13-cobra: Update to 1.4.0. reassign 54888 guix-patches submitter 54888 Dhruvin Gandhi severity 54888 normal tag 54888 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 12 12:24:31 2022 Received: (at submit) by debbugs.gnu.org; 12 Apr 2022 16:24:31 +0000 Received: from localhost ([127.0.0.1]:49548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neJJe-0006YL-Qy for submit@debbugs.gnu.org; Tue, 12 Apr 2022 12:24:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:35998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neJJd-0006YC-7P for submit@debbugs.gnu.org; Tue, 12 Apr 2022 12:24:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54294) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neJJd-0002QK-1X for guix-patches@gnu.org; Tue, 12 Apr 2022 12:24:29 -0400 Received: from out0.migadu.com ([2001:41d0:2:267::]:27767) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neJJa-0005Wl-Om for guix-patches@gnu.org; Tue, 12 Apr 2022 12:24:28 -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=dhruvin.dev; s=key1; t=1649780664; 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; bh=R5XFuc0q2tDQPCWOMwf2v78gvgWH0p6gSaXu5gH5ics=; b=nxar6qzMkD9W3xHyFPrQ4n7jQP1m1bNUNLxwPy0oOzSBh9NOIVe+9/zYG7Lcv2L8cS1/yf W+bE49rv3jUlbwiiGIDRkKk/O6pEm9w1aW9A//ddp8EiocKpdCh2cKILPmVXk/PvujUzMb cv7hRj8uqb50m5TX9tJ0CM6xh+Tfukk= From: Dhruvin Gandhi To: guix-patches@gnu.org Subject: [PATCH] gnu: go-github-com-spf13-cobra: Update to 1.4.0. Date: Tue, 12 Apr 2022 21:54:04 +0530 Message-Id: <20220412162404.465-1-contact@dhruvin.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: dhruvin.dev Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=contact@dhruvin.dev; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Dhruvin Gandhi 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/golang.scm (go-github-com-spf13-cobra): Update to 1.4.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 f3cc1bd6b8..820e6b54ab 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3510,7 +3510,7 @@ (define-public go-github-com-spf13-cast (define-public go-github-com-spf13-cobra (package (name "go-github-com-spf13-cobra") - (version "1.0.0") + (version "1.4.0") (source (origin (method git-fetch) @@ -3520,7 +3520,7 @@ (define-public go-github-com-spf13-cobra (file-name (git-file-name name version)) (sha256 (base32 - "0vbppqqhby302a5ayn0296jqr71qkcd4c9am7wzsk6z71fwdsa7h")))) + "0ijhnk9pcks1v1cxri4kf6v1h26ym3jikmkgv4fdfrmm7sqgva13")))) (build-system go-build-system) (arguments `(#:import-path "github.com/spf13/cobra")) -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 23 11:34:32 2022 Received: (at 54888-done) by debbugs.gnu.org; 23 Apr 2022 15:34:32 +0000 Received: from localhost ([127.0.0.1]:57021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1niHmJ-0002U4-Vm for submit@debbugs.gnu.org; Sat, 23 Apr 2022 11:34:32 -0400 Received: from out1.migadu.com ([91.121.223.63]:51675) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1niHmH-0002Tv-Gm for 54888-done@debbugs.gnu.org; Sat, 23 Apr 2022 11:34:30 -0400 Message-ID: <2f8eef94-3322-e66a-5312-41e8e0364a50@raghavgururajan.name> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raghavgururajan.name; s=key1; t=1650728068; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=vMshC6ZsrUqiuNfoELQg5mKLkGECZmvS5qn8TO7gzcY=; b=InxknCVGJyJJeUVw2mj/AbmIL811BBCeGS8CiZrPtPHtuu/vzlfPXjdayUTtTJtiPaKPxL uFacMRBxiWFBzXRp2NKYcaBjOgNTdIqffqZ94lY/1W7vWFi3stV6nXnjDnFqbxkcxHsc1z DhrhooQJTHi8xulyekaRAN64wRsTbUyxVJ9+72chs6O/eE95C062peOt4hw6hqDbYK/vP4 WlK4vwZ0WAk70AhB8FCuDxbbalXioBNzvgp8ZvL7JGqeiW71qqQpvNuKE6vrL3+zr+MuL+ cu+L4nLCJ/FmWt7uWqjH/uP3A7uSHAtYwUQmr5bfagqrQp0UqnbI6nd7L9gpVA== Date: Sat, 23 Apr 2022 11:34:21 -0400 MIME-Version: 1.0 Content-Language: en-CA To: 54888-done@debbugs.gnu.org X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Raghav Gururajan Subject: Re: [PATCH] gnu: go-github-com-spf13-cobra: Update to 1.4.0. Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------mHBv4ObDM0g5R6C0BmuGSE58" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: raghavgururajan.name X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54888-done 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.7 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------mHBv4ObDM0g5R6C0BmuGSE58 Content-Type: multipart/mixed; boundary="------------Y0FifDSIvyJMFOigwGt2SJgC"; protected-headers="v1" From: Raghav Gururajan To: 54888-done@debbugs.gnu.org Message-ID: <2f8eef94-3322-e66a-5312-41e8e0364a50@raghavgururajan.name> Subject: Re: [PATCH] gnu: go-github-com-spf13-cobra: Update to 1.4.0. --------------Y0FifDSIvyJMFOigwGt2SJgC Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 UHVzaGVkIGFzIDMzNjNmMmM4NzggdG8gbWFzdGVyLiBUaGFua3MgZm9yIHRoZSBwYXRjaC4N Cg0KUmVnYXJkcywNClJHLg0K --------------Y0FifDSIvyJMFOigwGt2SJgC-- --------------mHBv4ObDM0g5R6C0BmuGSE58 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTNLV6qqYzLN9qR1rBfWBZkf4vlUQUCYmQcfQUDAAAAAAAKCRBfWBZkf4vlUY7H AQC4DRdnmF6wqKNmsJuBo+zMIs+eZbS7rpU9jCr+eh/0gQD/SfRHhCl0mL/5mDkoOXdyY3lEBFhf uxwnc854ymZRtAE= =40rI -----END PGP SIGNATURE----- --------------mHBv4ObDM0g5R6C0BmuGSE58-- From unknown Sat Sep 20 23:53:08 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, 22 May 2022 11:24:09 +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