From unknown Sun Jun 15 01:05:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51142] [PATCH] gnu: git-annex: Update to 8.20211011. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Oct 2021 01:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51142 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51142@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16340027784104 (code B ref -1); Tue, 12 Oct 2021 01:40:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Oct 2021 01:39:38 +0000 Received: from localhost ([127.0.0.1]:33061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ma6lW-000148-7i for submit@debbugs.gnu.org; Mon, 11 Oct 2021 21:39:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:34588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ma6lU-000140-3T for submit@debbugs.gnu.org; Mon, 11 Oct 2021 21:39:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53516) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ma6lT-0003yH-5N for guix-patches@gnu.org; Mon, 11 Oct 2021 21:39:35 -0400 Received: from out10.migadu.com ([46.105.121.227]:51133) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ma6lO-0000k9-6X for guix-patches@gnu.org; Mon, 11 Oct 2021 21:39:34 -0400 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=1634002761; 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=nChDmPY4jtf9aEYiqVDMFWi4tGdU+gQoLwpoJIDDKA4=; b=hcOF+rflw5DEq/fHl6kxrorJMZEHpTeiu2BNj4pzYKC1lL1QVrKkdXXvXT5u6o5RpzC1oE gZB7sHPgx6EzQuJ0H2iKILuHmj7vVpxeYDPsrUVOFilWkxfU3S3dBqwdPovgC9Emssd5Wk el5Vz0hMDrTTTLbPjqJRGeG+yfDvmpKhDT9VNWsHoEviqeOGC7g4Xtvhdoquu52AwdfDp0 rpz95KU0CA9g32Zsih/4VhW9DPUFo14BoIo2+d6FVSWKg+2fsZUQgBTZkDjrW/EMM3VzBs 9QyB37kN8P26IitYeNyavYs7SInkWYBfHtxvrxUYOzukd8O57EvXZKfgvl4QTQ== From: Kyle Meyer Date: Mon, 11 Oct 2021 21:39:07 -0400 Message-Id: <20211012013907.4307-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com Received-SPF: pass client-ip=46.105.121.227; envelope-from=kyle@kyleam.com; helo=out10.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 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 8.20211011. --- 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 ca96680b67..994214e900 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -316,14 +316,14 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "8.20210903") + (version "8.20211011") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "1p6zgk98jmxvqdin5xsdxhgq276bjdr2spi0wabj8x0ziry97rvl")))) + (base32 "02s7921ihmbndp7lk1nhhiljky02ikq4qax4mhg609qjhbl6piwd")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: 0105f33a4ddd7d3ef3d66bd16e16595dd500d404 -- 2.33.0 From unknown Sun Jun 15 01:05:42 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#51142: closed (Re: [bug#51142] [PATCH] gnu: git-annex: Update to 8.20211011.) Message-ID: References: <20211012013907.4307-1-kyle@kyleam.com> X-Gnu-PR-Message: they-closed 51142 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 51142@debbugs.gnu.org Date: Wed, 13 Oct 2021 09:42:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1634118122-28556-1" This is a multi-part message in MIME format... ------------=_1634118122-28556-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #51142: [PATCH] gnu: git-annex: Update to 8.20211011. 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 51142@debbugs.gnu.org. --=20 51142: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D51142 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1634118122-28556-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 51142-done) by debbugs.gnu.org; 13 Oct 2021 09:41:17 +0000 Received: from localhost ([127.0.0.1]:58396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maal7-0007Pb-Lv for submit@debbugs.gnu.org; Wed, 13 Oct 2021 05:41:17 -0400 Received: from flashner.co.il ([178.62.234.194]:45916) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maal4-0007PN-8n for 51142-done@debbugs.gnu.org; Wed, 13 Oct 2021 05:41:11 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 20F1940434; Wed, 13 Oct 2021 09:41:04 +0000 (UTC) Date: Wed, 13 Oct 2021 12:38:18 +0300 From: Efraim Flashner To: Kyle Meyer Subject: Re: [bug#51142] [PATCH] gnu: git-annex: Update to 8.20211011. Message-ID: Mail-Followup-To: Efraim Flashner , Kyle Meyer , 51142-done@debbugs.gnu.org References: <20211012013907.4307-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xcc7flzs1KP7UBZ2" Content-Disposition: inline In-Reply-To: <20211012013907.4307-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: 51142-done Cc: 51142-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 (-) --xcc7flzs1KP7UBZ2 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 --xcc7flzs1KP7UBZ2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmFmqQkACgkQQarn3Mo9 g1GJew//ZdPJTnBqW1Qwaddd6Abq+pNPYMay0WgbYlUhs3F2FzGwirULxGqcCCtu 6TQX176ZSygDJU4NZCM6TkrEU52eiGoTR1SQ76DVECc842SZp/2+kYSCpovbVO9S ITslcbXp0odPgo/BosLcMmoATqar5ubBSR7Cr/1kHK8pJV4M8m+vHw0f0Pvp+RUZ CJNMcJlaR7+iL+STIeh+kV7QFop5xmTzmcaHxD8aV1sPNDP8KV1QUi9UiA2U5MR4 cEzcvxpXI7vrxV3CUSfNoKSAP+bY3PoyPoixd+qhT7MbT7c224yiazegMduhWJjY ARmbdog3k7xs23RmwPPJ12FKM6h4iHlt0e6zvsq6CYIskZFGBBpbqkLHjl4R3wer 0aqdIJC19t8oHKHVA36XPPSirKGjJ8sVnXyP5fvAwpDLI2FPxKBQX6YZZNxubR4N VhnCK3rbedo0GqiS8JNuPmD5nhzse6EUOllyxR5BzRPGzQEOVsFE0wbbY0R9Hg45 zLsv7hi/Kq2PzT5kZnMZQ4tzilwhfVYTfMF4IA6812ljPdGWLVTNjeYe+50J0Lzn asXNnTDzwURh2F25xc4K+tHOKhODeDs1o2546F4MxbSGOY8onSUH19x6PzdIxvRl I0cKWgKcTKW9DAEXX+98nyOxHGpFYoeJzkKEtMaj7LfTj5PvQbw= =u17y -----END PGP SIGNATURE----- --xcc7flzs1KP7UBZ2-- ------------=_1634118122-28556-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Oct 2021 01:39:38 +0000 Received: from localhost ([127.0.0.1]:33061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ma6lW-000148-7i for submit@debbugs.gnu.org; Mon, 11 Oct 2021 21:39:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:34588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ma6lU-000140-3T for submit@debbugs.gnu.org; Mon, 11 Oct 2021 21:39:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53516) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ma6lT-0003yH-5N for guix-patches@gnu.org; Mon, 11 Oct 2021 21:39:35 -0400 Received: from out10.migadu.com ([46.105.121.227]:51133) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ma6lO-0000k9-6X for guix-patches@gnu.org; Mon, 11 Oct 2021 21:39:34 -0400 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=1634002761; 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=nChDmPY4jtf9aEYiqVDMFWi4tGdU+gQoLwpoJIDDKA4=; b=hcOF+rflw5DEq/fHl6kxrorJMZEHpTeiu2BNj4pzYKC1lL1QVrKkdXXvXT5u6o5RpzC1oE gZB7sHPgx6EzQuJ0H2iKILuHmj7vVpxeYDPsrUVOFilWkxfU3S3dBqwdPovgC9Emssd5Wk el5Vz0hMDrTTTLbPjqJRGeG+yfDvmpKhDT9VNWsHoEviqeOGC7g4Xtvhdoquu52AwdfDp0 rpz95KU0CA9g32Zsih/4VhW9DPUFo14BoIo2+d6FVSWKg+2fsZUQgBTZkDjrW/EMM3VzBs 9QyB37kN8P26IitYeNyavYs7SInkWYBfHtxvrxUYOzukd8O57EvXZKfgvl4QTQ== From: Kyle Meyer To: guix-patches@gnu.org Subject: [PATCH] gnu: git-annex: Update to 8.20211011. Date: Mon, 11 Oct 2021 21:39:07 -0400 Message-Id: <20211012013907.4307-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com Received-SPF: pass client-ip=46.105.121.227; envelope-from=kyle@kyleam.com; helo=out10.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 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 8.20211011. --- 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 ca96680b67..994214e900 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -316,14 +316,14 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "8.20210903") + (version "8.20211011") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "1p6zgk98jmxvqdin5xsdxhgq276bjdr2spi0wabj8x0ziry97rvl")))) + (base32 "02s7921ihmbndp7lk1nhhiljky02ikq4qax4mhg609qjhbl6piwd")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: 0105f33a4ddd7d3ef3d66bd16e16595dd500d404 -- 2.33.0 ------------=_1634118122-28556-1--