From unknown Sat Jun 14 19:46:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54118] [PATCH] gnu: git-annex: Update to 10.20220222. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 23 Feb 2022 02:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54118 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54118@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16455844672685 (code B ref -1); Wed, 23 Feb 2022 02:48:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Feb 2022 02:47:47 +0000 Received: from localhost ([127.0.0.1]:43305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMhgx-0000hC-0q for submit@debbugs.gnu.org; Tue, 22 Feb 2022 21:47:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:51472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMhgh-0000fR-51 for submit@debbugs.gnu.org; Tue, 22 Feb 2022 21:47:46 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57218) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMhgg-0005Mw-UB for guix-patches@gnu.org; Tue, 22 Feb 2022 21:47:30 -0500 Received: from out2.migadu.com ([188.165.223.204]:18343) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMhgd-0001Cf-Qf for guix-patches@gnu.org; Tue, 22 Feb 2022 21:47:30 -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=1645584438; 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=2pwbF/ge2PbE6wAD5uQInVNbXJ2wmDqLWJORQkteSOk=; b=BeZwW1btmoTLScpiTPTuTjMQlA7xR5wjjyQw7I/NEAZ04sO7yaz4h+x+PR4kAJpHl7jasn u0254msnBaM7m6+KMxvsSLz8z3A0xQ7GSGWzeAWYvI1AQ/Yop6cEE5IEAzSRfhsbK6d8VY k1OsjyqkKoeBEG/Yvt74R79HIJQl2III6lhWqH7bfrg+eEXBpHOqnAgTgK3Xv13wd/IptS cE+S35WJLx2kS3LdmgBkHEvbXr2HeN+rWCOsBxqyVA7lXFatG5q379E5tdL37TAmYzwepq k9RMNwTCw4Ehl8CB4gFEYl5oFtopqYvf3AQelHVPJaXUTyJ4AWee1kBSdrEF+Q== From: Kyle Meyer Date: Tue, 22 Feb 2022 21:47:12 -0500 Message-Id: <20220223024712.363429-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=188.165.223.204; envelope-from=kyle@kyleam.com; helo=out2.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.20220222. --- 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 856791445b..ecd1a93317 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -304,14 +304,14 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "10.20220127") + (version "10.20220222") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "06s80fa91cnn2r5n6d52lqqp3hpc4ksag82razs7sj19iwixan2w")))) + (base32 "119c7l2vqv19ja3pg3adaivsmrmbyg03a88j2msnzcgyhddggf8z")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: b04d2724f7434401b4311eee4ceb0e6d70033f83 -- 2.34.0 From unknown Sat Jun 14 19:46:31 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#54118: closed (Re: [bug#54118] [PATCH] gnu: git-annex: Update to 10.20220222.) Message-ID: References: <20220223024712.363429-1-kyle@kyleam.com> X-Gnu-PR-Message: they-closed 54118 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 54118@debbugs.gnu.org Date: Wed, 23 Feb 2022 10:58:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1645613883-30685-1" This is a multi-part message in MIME format... ------------=_1645613883-30685-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54118: [PATCH] gnu: git-annex: Update to 10.20220222. 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 54118@debbugs.gnu.org. --=20 54118: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54118 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1645613883-30685-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54118-done) by debbugs.gnu.org; 23 Feb 2022 10:58:02 +0000 Received: from localhost ([127.0.0.1]:43971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMpLO-0007yZ-8d for submit@debbugs.gnu.org; Wed, 23 Feb 2022 05:58:02 -0500 Received: from flashner.co.il ([178.62.234.194]:39800) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMpLM-0007yC-Pt for 54118-done@debbugs.gnu.org; Wed, 23 Feb 2022 05:58:01 -0500 Received: from localhost (unknown [31.210.181.166]) by flashner.co.il (Postfix) with ESMTPSA id EB19E40233; Wed, 23 Feb 2022 10:57:54 +0000 (UTC) Date: Wed, 23 Feb 2022 12:55:57 +0200 From: Efraim Flashner To: Kyle Meyer Subject: Re: [bug#54118] [PATCH] gnu: git-annex: Update to 10.20220222. Message-ID: Mail-Followup-To: Efraim Flashner , Kyle Meyer , 54118-done@debbugs.gnu.org References: <20220223024712.363429-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KEZVpeP8JaGiwcZ2" Content-Disposition: inline In-Reply-To: <20220223024712.363429-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: 54118-done Cc: 54118-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 (-) --KEZVpeP8JaGiwcZ2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --KEZVpeP8JaGiwcZ2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmIWEr0ACgkQQarn3Mo9 g1HOhxAAs37LgGKHeuE+z45dveDA0Opk9n0lFAPLhdldD9yoSDquamlWFSL0u8SG xKYy42CAsZHaWJ2WHgpw1dk9lvFC7YqJl1QR8O6L7PMH5HpG8dMi2FCQ2R0tVdy2 uwcEtA/01Y7RcUjuvwubggXJ39o7mKx2lEYFUDHDEn2CVMnTWVpDAvTqBKY8f0We HrzP6Pgwef36AcMly4S1j1FordKph7Dwj4IcTviWQ0EEnOorLWIycipClQQmkxsw vdA3Bgr28QnhXpLWA+EzJs+78T+pBcN4/vbeLztlSbhNh8RwTPWAcqBeyTC2q5tS 8BzypwskJBiZEm8ZIapNbbVU3R+HrFBbRx7vDWcSDKU7t31qE8CqmWOBzbQVNGKh 04PjtBAvuo0LZc38imgvaKiZ25RylJtpoLJPFXcjapIzHJ/OdHmWKEC8LnaB6P9/ PYm5QQnFpqFFU9pNbk2CxoKxvwoc0uljzmyTIeu+WvEyvfnI4j/RfN5Txo6CX46S hrG+vnzNkWa033tSTe7GoZKcsPhIpoqOpCUGCExGG26b9tUnIKHGF7dqy41qy3bA ZQAznWRqtqj6enYM+kIrc2dL5zo+d5VaSLi6lHQQu9KL8a2ClnZLshgVmXn7WQ3q eKXfHRAo3o/M5PHgkuLOvNOh6rqdE83ckqRm+Fpg81miC/MAvDM= =Udd4 -----END PGP SIGNATURE----- --KEZVpeP8JaGiwcZ2-- ------------=_1645613883-30685-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Feb 2022 02:47:47 +0000 Received: from localhost ([127.0.0.1]:43305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMhgx-0000hC-0q for submit@debbugs.gnu.org; Tue, 22 Feb 2022 21:47:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:51472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMhgh-0000fR-51 for submit@debbugs.gnu.org; Tue, 22 Feb 2022 21:47:46 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57218) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMhgg-0005Mw-UB for guix-patches@gnu.org; Tue, 22 Feb 2022 21:47:30 -0500 Received: from out2.migadu.com ([188.165.223.204]:18343) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMhgd-0001Cf-Qf for guix-patches@gnu.org; Tue, 22 Feb 2022 21:47:30 -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=1645584438; 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=2pwbF/ge2PbE6wAD5uQInVNbXJ2wmDqLWJORQkteSOk=; b=BeZwW1btmoTLScpiTPTuTjMQlA7xR5wjjyQw7I/NEAZ04sO7yaz4h+x+PR4kAJpHl7jasn u0254msnBaM7m6+KMxvsSLz8z3A0xQ7GSGWzeAWYvI1AQ/Yop6cEE5IEAzSRfhsbK6d8VY k1OsjyqkKoeBEG/Yvt74R79HIJQl2III6lhWqH7bfrg+eEXBpHOqnAgTgK3Xv13wd/IptS cE+S35WJLx2kS3LdmgBkHEvbXr2HeN+rWCOsBxqyVA7lXFatG5q379E5tdL37TAmYzwepq k9RMNwTCw4Ehl8CB4gFEYl5oFtopqYvf3AQelHVPJaXUTyJ4AWee1kBSdrEF+Q== From: Kyle Meyer To: guix-patches@gnu.org Subject: [PATCH] gnu: git-annex: Update to 10.20220222. Date: Tue, 22 Feb 2022 21:47:12 -0500 Message-Id: <20220223024712.363429-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=188.165.223.204; envelope-from=kyle@kyleam.com; helo=out2.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.20220222. --- 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 856791445b..ecd1a93317 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -304,14 +304,14 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "10.20220127") + (version "10.20220222") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "06s80fa91cnn2r5n6d52lqqp3hpc4ksag82razs7sj19iwixan2w")))) + (base32 "119c7l2vqv19ja3pg3adaivsmrmbyg03a88j2msnzcgyhddggf8z")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: b04d2724f7434401b4311eee4ceb0e6d70033f83 -- 2.34.0 ------------=_1645613883-30685-1--