From unknown Sat Jun 14 03:47:55 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#52070 <52070@debbugs.gnu.org> To: bug#52070 <52070@debbugs.gnu.org> Subject: Status: [PATCH] gnu: git-annex: Update to 8.20211123. Reply-To: bug#52070 <52070@debbugs.gnu.org> Date: Sat, 14 Jun 2025 10:47:55 +0000 retitle 52070 [PATCH] gnu: git-annex: Update to 8.20211123. reassign 52070 guix-patches submitter 52070 Kyle Meyer severity 52070 normal tag 52070 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 23 20:15:40 2021 Received: (at submit) by debbugs.gnu.org; 24 Nov 2021 01:15:41 +0000 Received: from localhost ([127.0.0.1]:52551 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpgsu-0004OH-Nk for submit@debbugs.gnu.org; Tue, 23 Nov 2021 20:15:40 -0500 Received: from lists.gnu.org ([209.51.188.17]:47280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mpgss-0004O8-0i for submit@debbugs.gnu.org; Tue, 23 Nov 2021 20:15:39 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58996) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpgsr-0004ud-TZ for guix-patches@gnu.org; Tue, 23 Nov 2021 20:15:37 -0500 Received: from out0.migadu.com ([94.23.1.103]:35468) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpgsp-0000B3-85 for guix-patches@gnu.org; Tue, 23 Nov 2021 20:15:37 -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=1637716529; 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=P34DT5j5jXR7Iz4EHf8kwO3txINNqOyMh8dk1K4YPcI=; b=yzp/nQttAaUn6raAeckqM+/AgkxjxJDKhRDYAFaNDd4UCeCu49wdKFweiesPEssbWp6bxn vDvEoVNqJ8a/4S+lpHDo5ZfduIZFZjRlnlD0v92qOhpWB6pPbxGEKsPzLuazf7iMgm5Cor U7doT7PF8k/STrP+3kGhlsPZOowkms/k8eDm2LuR7g7hSv0yaacWCbTS8AtEwCY0yAIqoj VzguD1cdlRvoBnsA9mSzTWxZW1rSYuEFeU8qYpnh3VGyn/0vE4k/6UabVhldIjC+3i7LB4 NlCYfZsYFl4sL8t1AvnNcuEo4JP+Ifxpx0Gyv38gjJpXtZxzaT2sINo5wsV2tA== From: Kyle Meyer To: guix-patches@gnu.org Subject: [PATCH] gnu: git-annex: Update to 8.20211123. Date: Tue, 23 Nov 2021 20:15:20 -0500 Message-Id: <20211124011520.1427156-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=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, RCVD_IN_MSPIKE_H2=-0.001, 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.20211123. --- Note: git-annex's build started to fail [*] when Guix's Git was updated to 2.34.0 due to incompatibilities with the Git's new default merge strategy. This release resolves that issue. [*] example: https://ci.guix.gnu.org/build/1651455/log/raw 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 5dcf6c1cb2..2a07aa547d 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.20211028") + (version "8.20211123") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "0bff1bchp60hbslb9yaagvd7hym26w0c3gkkssm7sildwqazwpng")))) + (base32 "0i9dhh601axv0b1i56yzn6jnfp160z530fp9pd557kpq4nbvg5kl")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: d48b404cf577cbfcd29b294e193a4db0c3e580b1 -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 26 04:21:37 2021 Received: (at 52070-done) by debbugs.gnu.org; 26 Nov 2021 09:21:37 +0000 Received: from localhost ([127.0.0.1]:58678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mqXQH-00012T-89 for submit@debbugs.gnu.org; Fri, 26 Nov 2021 04:21:37 -0500 Received: from flashner.co.il ([178.62.234.194]:53208) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mqXQF-00012E-2H for 52070-done@debbugs.gnu.org; Fri, 26 Nov 2021 04:21:35 -0500 Received: from localhost (unknown [141.226.12.213]) by flashner.co.il (Postfix) with ESMTPSA id 55DCD403F4; Fri, 26 Nov 2021 09:21:27 +0000 (UTC) Date: Fri, 26 Nov 2021 11:20:47 +0200 From: Efraim Flashner To: Kyle Meyer Subject: Re: [bug#52070] [PATCH] gnu: git-annex: Update to 8.20211123. Message-ID: Mail-Followup-To: Efraim Flashner , Kyle Meyer , 52070-done@debbugs.gnu.org References: <20211124011520.1427156-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="85ZbxzxCt7Ok1Ys5" Content-Disposition: inline In-Reply-To: <20211124011520.1427156-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: 52070-done Cc: 52070-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 (-) --85ZbxzxCt7Ok1Ys5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Oh good, the version which makes it work with a newer version of git. 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 --85ZbxzxCt7Ok1Ys5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmGgpuwACgkQQarn3Mo9 g1H/Bw//cTFJo8KepkbDbuiyBssLGLjqnQNVJFRCfCGXYu46N8OX/OWRnmDLohib 8tFPBNVS3+Nus/Bvr3z+V7CT56k/SkwfACCY4UhvurZYx1wNuW4NPmioEBFT5a9Q WVCLYmyFer2GG18PxOlBhiXyCFLjxjuppNhtIoqBOwtCu7KfUiSpp85tjDGUSRBy qKlPJrUBJsiVyaPIoYsYIzObCeBX9t2gEH3gKBpgeDQI2viTmPAENAIUjpKuwPOo ZeyvOtlv+UWncko5sjIjwSlmsadS3/gWY25eIVdSkfHthKQKT71HxvGjIAVbIA5R vrmgZAE1m7ETW/V5O+3EzlExkVlt0YNJ26pjv0KyCQWWVTNOOic6M4xztkP02xoq pKVneUVoSh6+vjUJB6HvTUTUTqB+Bbev7XkUk3kXUak1i+iqVq+LLa7nUGb3Gh7W E2BLEcsBeUDG06aqQbOCbOJCBafpcQvgATDe0aWTXOk3P75CbV6pfJFrn1Snv8+H fKPj9MXRGhXJVI5S0cP43KJYVWZ7Z8HX8XM4ToZDDEoJPLgMHedDPl2aAlTYXozF HpX3HwDXjbKFoyP+HBmIVJsPfXKdrTQqI5UJNzEbnTZhgOqkc8V0Lei8WgfAPxq9 MH8AC9uIwHhVZsFVd0Ya/8yDCXkfJvGjER7eJeLiuvJPa30jNh0= =rrCj -----END PGP SIGNATURE----- --85ZbxzxCt7Ok1Ys5-- From unknown Sat Jun 14 03:47:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Dec 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator