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 eAmjJur6w2SVHAAASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 19:29:14 +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 WN+cJur6w2SZcAAA9RJhRA (envelope-from ) for ; Fri, 28 Jul 2023 19:29:14 +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 28E3A41DA6 for ; Fri, 28 Jul 2023 19:29:14 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=pZocc1El; 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=1690565354; 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=A4PBGOvKBE7VwTuMxrbLk6fWRhD++PONIkFavUejeGk=; b=t5NAY2bHgHv5dF9SFqftof8452/Rcw0pdfohcJA4FMmILopjxQ1ZieXICK8SAXoURwona6 egVpqV/H29plv942Fl8EAaJQxR2FQOBxZcADFjMxfiP0mjc7Kbt19gAQ6HlNGvMtZ3WT5F OtIiTE/NixN+k3Epoqsc/oHK18ee+tHjpKc2BGNFUl9cl7UQ9LorGFj8svjPVqJKqoWXVf JcAMcjmN13UeoYHLCSVzTkvX3Z9ujXtC1cnHQ+NPb7XLlvX4v5CBIlpsJFPz8pti/081ss UadpgerzHkYSNk6kdQLHZ5gHdjmpWgCrsk7SFrTkARM1Bx/Zd+YKTXFyRwyIfg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690565354; a=rsa-sha256; cv=none; b=ZcqUrYgfTyVuzdlNjsLtZdYRAK7hu4sh4cVnswN9qG6HT3g0c7MpHnepq+wXR+tU0jOsRz YEufOMZMm8ABTfNX3+DR1zSilja30Za6+OYUeRzRwXn3bGUxKeuvOwabmfz0UwH33QBPJT DE21pW7gKneQGw4BdUaxrjWMCb+jJAjoiVOmCXVSQGkbUsFCYtUXss0GzOf788K33osncd dkHSv3cNuxmlUPMJhJJdVAfCReL3zEd5zb2CaYDQp5ncXw8hlEiC94fetlL8AQfhGE7jGF FxYal9esdg5Qjs1Iv70tOmcPaTyavUwWjl6pPGyEy+ae/BQK6hOlvtWFcMX5yw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=pZocc1El; 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-0001rv-K9; 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-0001fh-QB 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 1qPR9H-0000P4-H9 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 1qPR9H-0001D8-Bj for guix-patches@gnu.org; Fri, 28 Jul 2023 13:21:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64916] [PATCH v2 11/23] gnu: go-github-com-goccy-go-json: Update to 0.10.2. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 17:21:07 +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.16905648524467 (code B ref 64916); Fri, 28 Jul 2023 17:21:07 +0000 Received: (at 64916) by debbugs.gnu.org; 28 Jul 2023 17:20:52 +0000 Received: from localhost ([127.0.0.1]:45983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPR92-00019s-H3 for submit@debbugs.gnu.org; Fri, 28 Jul 2023 13:20:52 -0400 Received: from mail.boiledscript.com ([144.168.59.46]:58930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPR8x-00019L-1O for 64916@debbugs.gnu.org; Fri, 28 Jul 2023 13:20:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1690564572; 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=A4PBGOvKBE7VwTuMxrbLk6fWRhD++PONIkFavUejeGk=; b=pZocc1Elo6aYRdoNShvPBcDiFU6ashtQHLiT4vma02nAO555GWIR0foKN9k0z79fjIpXaV 1p3T9vpdA1CuBIJD0av0Hay/nci+13J1VeOhTdwYTndlg1pXptDhf64ZgAyGuv4SOxYeF5 PMhCzxK4F/ZHAwUZ5d77/5VJSJ1HLWQr8i2ztfXScRFsJuan0q3oPVevMq14Efu/ZbeC5Q 3ELVJUSkte5rOZofgSkEwcgWRyhwmKLimFUMiLOBBSxP3RL+zivCHVRVR0PxJeiPvatwpd Mlpl9j4kA7pEGfL4zig9yb0LumsueEh9QxeWWq4RIgbjx1er9hvyQ/t6VJWedQ== Date: Sat, 29 Jul 2023 01:19:57 +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: 28E3A41DA6 X-Migadu-Scanner: mx1.migadu.com X-TUID: MoPzleI/2VlD * gnu/packages/golang.scm (go-github-com-goccy-go-json): Update to 0.10.2. --- 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 c7be0407a2..c98974161f 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -4195,7 +4195,7 @@ (define-public go-github-com-burntsushi-toml (define-public go-github-com-goccy-go-json (package (name "go-github-com-goccy-go-json") - (version "0.9.10") + (version "0.10.2") (source (origin (method git-fetch) @@ -4204,7 +4204,7 @@ (define-public go-github-com-goccy-go-json (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1bg8p4c6r8r0kixdxv2m8xmdsmb1zl5sd8czswpccldjk3c358wp")))) + (base32 "1krid2hlvs808jl9zmv7m6zx92samc60gymhwr2mwwykicwbnks8")))) (build-system go-build-system) (arguments '(#:import-path "github.com/goccy/go-json")) -- 2.41.0