From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 AP2VMLr6w2TCVwEASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 19:28:26 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id yNaPMLr6w2RWnQAA9RJhRA (envelope-from ) for ; Fri, 28 Jul 2023 19:28:26 +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 18F0041BCB for ; Fri, 28 Jul 2023 19:28:26 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=ejSQAsFR; 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=1690565306; 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=irzJH5Hhi4TtA9nThDTavor8l5MtXQlGlz5jaR3JPuM=; b=Bg/Lf6XdGkaGw7Y8xzRmjegY4EPP3lly3aul82KmCAU9pI5CNpWewX0LmJX2XKPxnmUes7 LJc0jgWdGOMjxTNIWhRMgEWZEdIMARIRHQyEN37Jpgq6NGUtQduPelt17Xl689q9CoNcii nDSp/SV8Dpc+g088SSwFMkCX9YtzkjB5JjE161zOtwYT2/+k9d0u83/XiCQJ0a1LV3SKex h6EzsCHlDkB+RqK1tfwlyudHt6Uj8gS9esh6Z0MgMlO7EPh3Fc32Lai5+CoHXDv+ad/4SM tMbklYHJrxc/NXU0FluZr5gVLhrCR3oH03PgfxGYnkOlyelq6SEGf97Uo+lRJg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690565306; a=rsa-sha256; cv=none; b=aLZgybqCyCET8yz2BoO9Uqcr1LaWhNm9bZX+BpGL+WXRw81toWOsbC8qAzvn0G+aHXtnre xbDI06z9M0bZfvgB5cjyPhQUOnXEddpZp3cBNQMXanx5PgBhckzVOaM4g0gps5xzR5IU/7 jeHLO3H03HhnRmZUVK4cXo5/xik7jZYyaqHWIjt2rDHDwveYgUiS6kTDRRcyaRLxnZ5kZz 8k5xaIf6cUOl9DRyUFBni4e6/zh3bOGRJd12YcuWHUJpOVmNTrS9XUcpmvGOTRdwCcY64n e4RNxcwrVvV73YPasI5DtcxnFaTnZnn6K5PZoGPlCR1Ie3HcGXarjmk+2QqKIQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=ejSQAsFR; 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 1qPR9Y-0001ru-KC; Fri, 28 Jul 2023 13:21:24 -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 1qPR9H-0001fi-Qg for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:08 -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 1qPR9G-0000OU-QE for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPR9G-0001Co-Ku for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64916] [PATCH v2 10/23] gnu: go-github-com-fatih-color: Update to 1.15.0. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 17:21:06 +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.16905648524459 (code B ref 64916); Fri, 28 Jul 2023 17:21:06 +0000 Received: (at 64916) by debbugs.gnu.org; 28 Jul 2023 17:20:52 +0000 Received: from localhost ([127.0.0.1]:45981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPR92-00019l-8M for submit@debbugs.gnu.org; Fri, 28 Jul 2023 13:20:52 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:58926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPR8v-000197-2i for 64916@debbugs.gnu.org; Fri, 28 Jul 2023 13:20:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690564570; 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=irzJH5Hhi4TtA9nThDTavor8l5MtXQlGlz5jaR3JPuM=; b=ejSQAsFRyJzrH4cFWLStMfFQsW7Vmtz9+p6dcv+s86AB6SCqPP/e/2yizCEku97lzipiwJ dmvRRW+F18uHCXObFxKl2BrDp5wEYmRpgWmKKPAQqSltb26E24mCsMH4iI3qextyddhc9D XE/n1HUEiHiCiz5CHb/jQVjXV4zZ05yiEMaas6fnLuUsCXaJ8uC8SA6ouJpeaTRElRo/Hy U/qPAmXGZ+RgaCRfAoC/6ZvQaCffPNWkgdsXafmxPltBndKNKOGq3U00i7SGzTxpKakSgX OUOOv1AMM6Qlg6faGJ/9HBsG6pe4VOvfrS+d3yQmNAO2YoRGpJhij3F7HRzf4A== Date: Sat, 29 Jul 2023 01:19:56 +0800 Message-ID: <2b1f19ee914f19bba94f8b51e4fd14ffdb3cc6f9.1690564476.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: -6.15 X-Spam-Score: -6.15 X-Migadu-Queue-Id: 18F0041BCB X-Migadu-Scanner: mx1.migadu.com X-TUID: i5aAgcdcOxG1 * gnu/packages/golang.scm (go-github-com-fatih-color): Update to 1.15.0. --- gnu/packages/golang.scm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 18599f7cfa..c7be0407a2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8156,7 +8156,7 @@ (define-public go-github-com-emersion-go-mbox (define-public go-github-com-fatih-color (package (name "go-github-com-fatih-color") - (version "1.8.0") + (version "1.15.0") (source (origin (method git-fetch) (uri (git-reference @@ -8165,11 +8165,7 @@ (define-public go-github-com-fatih-color (file-name (git-file-name name version)) (sha256 (base32 - "1zc0zlilf03h121f9jqq3ar0hfm7706547zysxp2qxbm920pz7h0")) - (modules '((guix build utils))) - (snippet - '(begin - (delete-file-recursively "vendor"))))) + "16vbm6y7sc5gikqy20qnr8cbq16s2zghv0ppbll4ay2hamqargzd")))) (build-system go-build-system) (arguments '(#:import-path "github.com/fatih/color")) -- 2.41.0