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 oIOwFzwPxGRjeAAASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 20:55:56 +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 WMTCFjwPxGTgMgEAG6o9tA (envelope-from ) for ; Fri, 28 Jul 2023 20:55:56 +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 EE0B74BC96 for ; Fri, 28 Jul 2023 20:55:55 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=pSNahEyT; 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=1690570556; 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=1LNr/1hj1dqAlp//8iImYHP8JKUgnbgiEk2ZaP5f2v4=; b=cSO05+uonNsRAuUQzs6rNLGFPx/LJhric8/nFYPH8bKrx/8TuQ905fw6Oc2nWLJd8XVqNR Yib5DUFMstIma/5+fL3wzcfTrUQhfx1x10tACwdmIYv2v6vTDDaJ3C/dypkv48yYjeOJYw BdrHysAIjUVi7xS8BtK+ggVnsCXwOmgp6Qm4Q8/LI/nFZveunc0ccVJgrEbCPBmQq9IeyJ k2p3N0Beim4Nzhcklz5HAiZ/mmNk0YaFqokJwramE/bB0P154WyzHa6PotET7zl/YcfrJn TruP6usn63Vqf1mKS51sBsAbnXBHV9iSssVK3F2SmG4bQM6N+SuhM3paTdufhw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690570556; a=rsa-sha256; cv=none; b=r7alq1Bp9YMgYnAUwFeFAm/yKkDAJHvCqnlSMT4JaTn/R1v9H3YaDRwSzQUQ3Cy69AWGOP 7nVeB05/vMFgpsusQ2pkTSkHg9VdLki/tgivi7XY5jhO6m4hI+ms4FvRm73n2cNuPugodF sA1c+Xx8PoHkzn70tPg6njXTVHdefh+Z7PXhsTD/C1XCD7dDqEX9/5hRYtYtnWmPC+M0vN m/GmH6f0nvlv1n+94Cr2yRWsynfB1UfXnITsrcHzszge5cy3bTHSNdOc7O+WqLFiNNP/ZL 5KeYrNPHYvD3viPup30jvYWM2ZDjRTciWQkYDq5TV0tSMwX/ml0AL32qi15sMg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=pSNahEyT; 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 1qPR9b-0001wN-IZ; Fri, 28 Jul 2023 13:21:27 -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 1qPR9J-0001lY-Hi for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:11 -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 1qPR9J-0000Qy-A1 for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qPR9J-0001Dr-6D for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64916] [PATCH v2 14/23] gnu: Add go-github-com-go-playground-assert-v2. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 17:21:09 +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.16905648664620 (code B ref 64916); Fri, 28 Jul 2023 17:21:09 +0000 Received: (at 64916) by debbugs.gnu.org; 28 Jul 2023 17:21:06 +0000 Received: from localhost ([127.0.0.1]:46002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPR9F-0001CG-Gc for submit@debbugs.gnu.org; Fri, 28 Jul 2023 13:21:05 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:52788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPR94-0001A7-98 for 64916@debbugs.gnu.org; Fri, 28 Jul 2023 13:20:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690564579; 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=1LNr/1hj1dqAlp//8iImYHP8JKUgnbgiEk2ZaP5f2v4=; b=pSNahEyTaCTqByhJTCJdb9fbrvZ3geF8XhavLxokO3Bw6ppzQ4e1ceZHUToaUNx6a37Jv1 XGxBPRtIkOdT3QdgQMmVN9OJy+mhNOdLIfvhzca+89Uws+cy+Y7x8mzO9zkyvFKClZrgFx pmQte2qxNl8lyNzGnb7keDalgFhWx2j/pgjO7iD78PAtleo2/SYagmXitqerpJeSkKbz13 /dNeHFW7G7CHkBQXdh+fAB2+xLivn7PvZZSx802BtTSY67BxQ5h0mIfHadddFba4XECyph NgF2z49xImbCBLUfHUXsIS4ixCZywSfynCjHpitIUZPIjCLgbXkRh1XyeQ0rGQ== Date: Sat, 29 Jul 2023 01:20:00 +0800 Message-ID: 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: EE0B74BC96 X-Migadu-Scanner: mx1.migadu.com X-TUID: HJF2PKjC0k+T * gnu/packages/golang.scm (go-github-com-go-playground-assert-v2): New variable. --- gnu/packages/golang.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 425afc9a6b..6a5f111824 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3037,6 +3037,23 @@ (define-public go-gopkg-in-go-playground-assert-v1 custom assertions to be used alongside native Go testing.") (license license:expat))) +(define-public go-github-com-go-playground-assert-v2 + (package + (inherit go-gopkg-in-go-playground-assert-v1) + (name "go-github-com-go-playground-assert-v2") + (version "2.0.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/go-playground/assert") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cl9c4s405zddzrj36hhs0a18g02zscdl46fyipp6k91mhvai8wz")))) + (arguments + (list #:import-path "github.com/go-playground/assert/v2")))) + (define-public go-github-com-go-playground-locales (package (name "go-github-com-go-playground-locales") -- 2.41.0