From unknown Fri Aug 15 20:56:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#53595] [PATCH] gnu: git-annex: Update to 10.20220127. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Jan 2022 04:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53595 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53595@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164334329411683 (code B ref -1); Fri, 28 Jan 2022 04:15:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Jan 2022 04:14:54 +0000 Received: from localhost ([127.0.0.1]:57096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDIf0-00032M-5q for submit@debbugs.gnu.org; Thu, 27 Jan 2022 23:14:54 -0500 Received: from lists.gnu.org ([209.51.188.17]:50728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDIeu-00032B-TX for submit@debbugs.gnu.org; Thu, 27 Jan 2022 23:14:52 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43276) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDIeu-0003Ak-LR for guix-patches@gnu.org; Thu, 27 Jan 2022 23:14:48 -0500 Received: from out0.migadu.com ([94.23.1.103]:38639) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDIer-00069o-MQ for guix-patches@gnu.org; Thu, 27 Jan 2022 23:14:48 -0500 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=kyleam.com; s=key1; t=1643343280; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=WetZJvBeoCb77WZCKHOgkz+3JfxD/j5seC2pG+Dia8Q=; b=c+OQX4WOxvskWB5ulH8zv5KsKaRoFHuz5H4lH9wUBC2nEtsqih7raBwaccwZ/9lYkUN5xx qv565+DAWN3N+aUlAa3jpuwIu4dHSLycRwG8H08Dxs7xJE9vy1GRstbeziKOvkFyGA7LpR 3kBE7a9pXbKYtIV/Az2QPI13F496EFizQMvN0WzsCnR7rc1TALVueu4qn35i2+YiasFqs9 T5pRdU2NMLFRqMrwttG41q9F+b9R79UHLx85LTrYrDsvV4LeZGKPVKeRnHKqIACcXPqND5 9y7/nutLO8/XJecTXUJuVYYf4YPNrbrfLKWt+R9AkBecOX2ShG+jYSvhfVjpcg== From: Kyle Meyer Date: Thu, 27 Jan 2022 23:14:26 -0500 Message-Id: <20220128041426.232183-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyleam.com Received-SPF: pass client-ip=94.23.1.103; envelope-from=kyle@kyleam.com; 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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/haskell-apps.scm (git-annex): Update to 10.20220127. --- gnu/packages/haskell-apps.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index 7f777a0873..3ab2f471f6 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -306,14 +306,14 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "8.20211231") + (version "10.20220127") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "0cpa3rl8vcm0arima8x9m5q0a9r05z0851ibr1vcria2z0mmwmi7")))) + (base32 "06s80fa91cnn2r5n6d52lqqp3hpc4ksag82razs7sj19iwixan2w")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: e5dc38d30d42eebc8c15005ed4dee0970205570f -- 2.34.0 From unknown Fri Aug 15 20:56:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Kyle Meyer Subject: bug#53595: closed (Re: [bug#53595] [PATCH] gnu: git-annex: Update to 10.20220127.) Message-ID: References: <20220128041426.232183-1-kyle@kyleam.com> X-Gnu-PR-Message: they-closed 53595 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 53595@debbugs.gnu.org Date: Tue, 01 Feb 2022 11:51:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1643716262-23396-1" This is a multi-part message in MIME format... ------------=_1643716262-23396-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53595: [PATCH] gnu: git-annex: Update to 10.20220127. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 53595@debbugs.gnu.org. --=20 53595: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53595 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1643716262-23396-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53595-done) by debbugs.gnu.org; 1 Feb 2022 11:50:10 +0000 Received: from localhost ([127.0.0.1]:41933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nErfl-000648-NO for submit@debbugs.gnu.org; Tue, 01 Feb 2022 06:50:09 -0500 Received: from flashner.co.il ([178.62.234.194]:38216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nErfj-00063n-R2 for 53595-done@debbugs.gnu.org; Tue, 01 Feb 2022 06:50:08 -0500 Received: from localhost (unknown [31.210.177.79]) by flashner.co.il (Postfix) with ESMTPSA id BB5FD40043; Tue, 1 Feb 2022 11:50:01 +0000 (UTC) Date: Tue, 1 Feb 2022 13:49:24 +0200 From: Efraim Flashner To: Kyle Meyer Subject: Re: [bug#53595] [PATCH] gnu: git-annex: Update to 10.20220127. Message-ID: Mail-Followup-To: Efraim Flashner , Kyle Meyer , 53595-done@debbugs.gnu.org References: <20220128041426.232183-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZgLkJ9w6KJ22+/nc" Content-Disposition: inline In-Reply-To: <20220128041426.232183-1-kyle@kyleam.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53595-done Cc: 53595-done@debbugs.gnu.org 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.0 (-) --ZgLkJ9w6KJ22+/nc Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed! --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --ZgLkJ9w6KJ22+/nc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmH5HkEACgkQQarn3Mo9 g1G4nxAAqI5A/LxKgJjZMzMBvyTUQucwkcKZffvorBv3zaymg2Gaf5H7sBIEdUDt L6Pv73DoBYtkuZxVQn8TQ/TYMMREM1F92bz1uhdPir/fTqPj4GgeHigiUGaOyZyB HOODW3L78gvq/jPZNskzcNJdeLPw9CqGl3VfqDPFizsJ4eMXLiYszyhx970oYNGy DdBXGnU1BKu2QLJdpKYSXaq7ny8nSgY6nu7hRq4uk4WNbeAS2sbM+4Y+1mHamG/F l2ho8eg8+5BUdHVvYZ7rjfSSvd8wFIimW5trKKU/o5xTBHWhfAGr95k2ASn3Cybi GgyieZjO2YekeVLrXcQ0UvbI+swvMp+7pCG7xFjNj+VajA/C/amfRbz6oQ+g1/5G 1STDd7oQ86u+RccY3fkhbp4PC+e7kRecEuUxmCHiEhm9bgOAYL1c+fNSYjK1OUcJ rGqegaxWc3G706f0q/joIiswP3419j+mqE0RToJLvc16zEISmHkY39VbNC+H9JHE 6V1OxupV8Um0pH5PgI+r7nsawrcUuimNgCNzgL5j06IKK3fkmGhB1V4EFXBNE3x7 fVxriU/rR7erW7VkuonZX4JXkiny4hu4I6Lie3hC4OG4a/30urSHU74trIhvIQj1 2H9L9AySIijVFmHCO+ZwKtPWpqI6mp4LMSJdz70tZk8pUSaxsLE= =ZCi9 -----END PGP SIGNATURE----- --ZgLkJ9w6KJ22+/nc-- ------------=_1643716262-23396-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Jan 2022 04:14:54 +0000 Received: from localhost ([127.0.0.1]:57096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDIf0-00032M-5q for submit@debbugs.gnu.org; Thu, 27 Jan 2022 23:14:54 -0500 Received: from lists.gnu.org ([209.51.188.17]:50728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDIeu-00032B-TX for submit@debbugs.gnu.org; Thu, 27 Jan 2022 23:14:52 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43276) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDIeu-0003Ak-LR for guix-patches@gnu.org; Thu, 27 Jan 2022 23:14:48 -0500 Received: from out0.migadu.com ([94.23.1.103]:38639) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDIer-00069o-MQ for guix-patches@gnu.org; Thu, 27 Jan 2022 23:14:48 -0500 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=kyleam.com; s=key1; t=1643343280; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=WetZJvBeoCb77WZCKHOgkz+3JfxD/j5seC2pG+Dia8Q=; b=c+OQX4WOxvskWB5ulH8zv5KsKaRoFHuz5H4lH9wUBC2nEtsqih7raBwaccwZ/9lYkUN5xx qv565+DAWN3N+aUlAa3jpuwIu4dHSLycRwG8H08Dxs7xJE9vy1GRstbeziKOvkFyGA7LpR 3kBE7a9pXbKYtIV/Az2QPI13F496EFizQMvN0WzsCnR7rc1TALVueu4qn35i2+YiasFqs9 T5pRdU2NMLFRqMrwttG41q9F+b9R79UHLx85LTrYrDsvV4LeZGKPVKeRnHKqIACcXPqND5 9y7/nutLO8/XJecTXUJuVYYf4YPNrbrfLKWt+R9AkBecOX2ShG+jYSvhfVjpcg== From: Kyle Meyer To: guix-patches@gnu.org Subject: [PATCH] gnu: git-annex: Update to 10.20220127. Date: Thu, 27 Jan 2022 23:14:26 -0500 Message-Id: <20220128041426.232183-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyleam.com Received-SPF: pass client-ip=94.23.1.103; envelope-from=kyle@kyleam.com; 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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/haskell-apps.scm (git-annex): Update to 10.20220127. --- gnu/packages/haskell-apps.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index 7f777a0873..3ab2f471f6 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -306,14 +306,14 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "8.20211231") + (version "10.20220127") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "0cpa3rl8vcm0arima8x9m5q0a9r05z0851ibr1vcria2z0mmwmi7")))) + (base32 "06s80fa91cnn2r5n6d52lqqp3hpc4ksag82razs7sj19iwixan2w")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: e5dc38d30d42eebc8c15005ed4dee0970205570f -- 2.34.0 ------------=_1643716262-23396-1--