From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id cL6pNjh14WWo7QAA62LTzQ:P1 (envelope-from ) for ; Fri, 01 Mar 2024 07:27:05 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id cL6pNjh14WWo7QAA62LTzQ (envelope-from ) for ; Fri, 01 Mar 2024 07:27:05 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=FbvQw1aa; 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=1709274424; 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-type:content-type:resent-to: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=SB3Pk5bfwWtf/OXIXUc1YZGc9nSuJp5xwF+O1OJlDgY=; b=bgAjXJqs9Lnqhp/Tn0e+W4SqdDmQSQaPV3RkrkQ34/t1N6VthW8vV49B2viWcABesoB8Tx BCQJFpm4hbuwxPir7FJ/9IdXMu9StRioGnQl94649Lsy/Joa60D39w5IkF0iQrzoK9/lbW 4mvQSKZkaa9lfJFaLtul/zfMb1/y8KxnPGlLxCtnrU/oSytjXsOn8KXsOfeE8q2bsO6JAP BG1dnzsTWD2/b6kOdVK2aLkx45ZflLyKdU9lHCA9OFT2mV9I/0A//EimXezEFuxGdRp6H4 ib98ITE6x7q0ZKBk/xOCe+w7DbCAn/3v43ZyC3JvXa3BO9Rae45n4BRnQWU+Eg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=ultrarare.space header.s=dkim header.b=FbvQw1aa; 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-Seal: i=1; s=key1; d=yhetil.org; t=1709274424; a=rsa-sha256; cv=none; b=Y6NVhOtNCjJzZDuvBrpPjRrrSS4YCgOg7q579oB0Vm/RGL2jYfis+w4ym0IhpVPxZ2fYCo zxkwWYmVzQ4awHrf5rVPreYpnE1uewx0de29zCaZacdXOAJHt6NTiGtpQ4+FjNa+4WcNne ivqWqWarSSzRJxclD9XWpw6ju7Isq+raWuQz/SuXjtvqc5NKYpfNt3Wzd8ou0CSOKt8aYf kPvR2eUH3aRMKSUej0JERzoz8xoo0ew/ZBhRNrgImrPv61geiwtvjW/xxGDq/wbTr+S9F9 zx0r8NKv2uyLzB1gJEVG8e5VejSASMCuFIi2tYh0sbhyHfH1+aQG916XOutm3A== 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 BEB2747179 for ; Fri, 1 Mar 2024 07:27:03 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfwLx-0004la-Lm; Fri, 01 Mar 2024 01:26:41 -0500 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 1rfwLu-0004ib-6S for guix-patches@gnu.org; Fri, 01 Mar 2024 01:26:38 -0500 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 1rfwLt-0005Sq-UM for guix-patches@gnu.org; Fri, 01 Mar 2024 01:26:37 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rfwML-000424-Fo for guix-patches@gnu.org; Fri, 01 Mar 2024 01:27:05 -0500 Subject: bug#69403: [PATCH 0/2] gnu: go-github-com-signintech-gopdf: Remove examples. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 01 Mar 2024 06:27:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 69403 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Troy Figiel Cc: 69403-done@debbugs.gnu.org Mail-Followup-To: 69403@debbugs.gnu.org, hako@ultrarare.space, troy@troyfigiel.com Received: via spool by 69403-done@debbugs.gnu.org id=D69403.170927438715378 (code D ref 69403); Fri, 01 Mar 2024 06:27:05 +0000 Received: (at 69403-done) by debbugs.gnu.org; 1 Mar 2024 06:26:27 +0000 Received: from localhost ([127.0.0.1]:35889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfwLd-0003zt-Ev for submit@debbugs.gnu.org; Fri, 01 Mar 2024 01:26:26 -0500 Received: from mail.boiledscript.com ([144.168.59.46]:51078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfwLb-0003zl-Vx for 69403-done@debbugs.gnu.org; Fri, 01 Mar 2024 01:26:20 -0500 Date: Fri, 01 Mar 2024 14:25:01 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1709274330; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=SB3Pk5bfwWtf/OXIXUc1YZGc9nSuJp5xwF+O1OJlDgY=; b=FbvQw1aaYYoa7UtUBUOEUhCvSEZWNlaLQYXVce/HUHYqJFxbMaZ0gkT3zX4oYd8uRHMoxD hlnKOJp7F3oFohhDrTOMx2h/kLkRZfdam61gUwlQBFrCMPHR0eApF0PfQjdZHlVNT5CF92 qg+np4Ik7pXaSR5m//R2nQ2HrkesP3LCCFAwfVvLLxGAhtl3k1yzIeA3gqqLrucm/oRq9I vlqlE5sVxLNaqoJq/m/23ViH2jQ684YXXTQAqPYav9kfJNR4pBncrno5ulc2Y3fIAiEa28 A1DzlhK6AHJiO15THtH4acl6jWA2dyWM8SE/HQwzuKW7yc3pUqSTycCKQZqKvg== Message-ID: <87o7by31vm.wl-hako@ultrarare.space> In-Reply-To: <87y1b78xuw.fsf@troyfigiel.com> References: <87y1b78xuw.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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.77 X-Spam-Score: -6.77 X-Migadu-Queue-Id: BEB2747179 X-Migadu-Scanner: mx11.migadu.com X-TUID: LZjtb/ZQGrpN Hi Troy, On Mon, 26 Feb 2024 15:52:53 +0800, Troy Figiel wrote: > > This patch series updates go-github-com-signintech-gopdf to 0.22.1 and adds a > remove-examples phase. > > Troy Figiel (2): > gnu: go-github-com-signintech-gopdf: Update to 0.22.1. > gnu: go-github-com-signintech-gopdf: Remove examples. > > gnu/packages/golang.scm | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > > > base-commit: b25b94335a3ee8d68d2145da8e5ea0325ecea451 > -- > 2.42.0 Applied as 33dc981d2750ce34e72da883c8329f7296515918 and 9a47afb3de7a9845a1a7a1264a2068cf6f3a8617, thanks!