From unknown Thu Aug 14 21:51:34 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72918] [PATCH] gnu: git-annex: Update to 10.20240808. Resent-From: Matthias =?UTF-8?Q?Ri=C3=9Fe?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 31 Aug 2024 17:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72918 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72918@debbugs.gnu.org Cc: Matthias =?UTF-8?Q?Ri=C3=9Fe?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172512674927665 (code B ref -1); Sat, 31 Aug 2024 17:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 31 Aug 2024 17:52:29 +0000 Received: from localhost ([127.0.0.1]:56177 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1skSGy-0007C5-0U for submit@debbugs.gnu.org; Sat, 31 Aug 2024 13:52:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:45584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1skRxh-0006cI-5g for submit@debbugs.gnu.org; Sat, 31 Aug 2024 13:32:33 -0400 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 1skRwk-0004JY-9X for guix-patches@gnu.org; Sat, 31 Aug 2024 13:31:34 -0400 Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1skRwi-0005Uk-L2 for guix-patches@gnu.org; Sat, 31 Aug 2024 13:31:34 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4Wx29w6Dl5z9sTs; Sat, 31 Aug 2024 19:31:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0px.xyz; s=MBO0001; t=1725125476; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=FXDprVSIxXgd/P2nNMG3gdhevC9+O0r1ADolRhgJJqg=; b=UZpInpis6HSIVRl1LNHsCBoV/kNzPglmWgdTC7iBgxmTcKrrrEMdCY0C6Cln+1lqtnlzpm N44KeghBgrdomfl2D7DoDfPr1fsFg6Il9qqxt+soreNLqtaksI3QzR7+bvqikhPpYomjR5 jckMrWJZl9stx8xl6BDGfvsaVjRGMfoGGdsRiyWtPYhojux6UNyprfeP5AxfoinHJX+d0t SMHFbEpqHpeJ9Uyy6uBRciyJOPK9FAj5e5DMQPIyErsc5NYyFnDVGr2VXXzcTVNqk+NS+o kJvu5Ofhjbn/QwQHEpcgUFRqcZM2P9hIgExkfq5grU0OIbc0FckVUwuTkIlGUg== From: Matthias =?UTF-8?Q?Ri=C3=9Fe?= Date: Sat, 31 Aug 2024 19:30:11 +0200 Message-ID: <20240831173011.30833-1-matrss@0px.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Wx29w6Dl5z9sTs Received-SPF: pass client-ip=2001:67c:2050:0:465::103; envelope-from=matrss@0px.xyz; helo=mout-p-103.mailbox.org 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Sat, 31 Aug 2024 13:52:26 -0400 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.3 (--) * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240808. Change-Id: Id9b3b4ace4871cf9ba04404b43784269a9c45daa --- gnu/packages/haskell-apps.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index 8b14a01569..338d3ad78a 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -297,7 +297,7 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "10.20240227") + (version "10.20240808") (source (origin ;; hackage release doesn't include everything needed for extra bits. @@ -307,7 +307,7 @@ (define-public git-annex (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "023gk1v01ks367h4zz67ksn2xaw6pgcfhmniay6ipkncfqv8rsra")))) + (base32 "06pk4gzj6snspid5a01s1vqh305ca02is3ap86w41icrngnly4n4")))) (build-system haskell-build-system) (properties '((upstream-name . "git-annex"))) (arguments @@ -464,6 +464,7 @@ (define-public git-annex ghc-tagsoup ghc-torrent ghc-transformers + ghc-unbounded-delays ghc-unix-compat ghc-unliftio-core ghc-unordered-containers -- 2.45.2 From unknown Thu Aug 14 21:51:34 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: Matthias =?UTF-8?Q?Ri=C3=9Fe?= Subject: bug#72918: closed (Re: [bug#72918] [PATCH] gnu: git-annex: Update to 10.20240808.) Message-ID: References: <871q1sc0n0.fsf@gnu.org> <20240831173011.30833-1-matrss@0px.xyz> X-Gnu-PR-Message: they-closed 72918 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72918@debbugs.gnu.org Date: Mon, 09 Sep 2024 15:23:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1725895382-15274-1" This is a multi-part message in MIME format... ------------=_1725895382-15274-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72918: [PATCH] gnu: git-annex: Update to 10.20240808. 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 72918@debbugs.gnu.org. --=20 72918: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72918 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1725895382-15274-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72918-done) by debbugs.gnu.org; 9 Sep 2024 15:22:59 +0000 Received: from localhost ([127.0.0.1]:33885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sngEE-0003y3-NK for submit@debbugs.gnu.org; Mon, 09 Sep 2024 11:22:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sngEC-0003xl-8Y for 72918-done@debbugs.gnu.org; Mon, 09 Sep 2024 11:22:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sngE1-0001sc-Lo; Mon, 09 Sep 2024 11:22:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=Jr4BHuKSU3KMuyZTBI1IDs80BhEE9nGEDjZXEuoU2yU=; b=JhM8BItPxXNwUz4ks0+1 BTgmGsQM375V3bb7z9XpV/Hd1zvdTtkMuUKV7kidtex+CvXWYqFfjhNUJ49/OV/SBWzx+dT3oa5l8 NsKbe3TSosEcWOPsZRdBFKJD7F1cKl1XijwT+HsvX/jhOBOr6nTtPdd/2ivImLBx6SOqz4EFN87l/ pdih0vbwyiZBf6uN9M9KeuUhczOjyqkYe02jZJ2m6rfBW8fKRHtl2Gqx77EINnjBcbOGykkJUXJcO +yvGfuOrGqcAIC8Eieo35ZqwxueeF0a+kPuKbpB0ahhgoDRrrXCoPABfoIzjXsy8eiyWYaX4JOaSK FlJULntQroGz0A==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Matthias =?utf-8?Q?Ri=C3=9Fe?= Subject: Re: [bug#72918] [PATCH] gnu: git-annex: Update to 10.20240808. In-Reply-To: <20240831173011.30833-1-matrss@0px.xyz> ("Matthias =?utf-8?Q?Ri=C3=9Fe=22's?= message of "Sat, 31 Aug 2024 19:30:11 +0200") References: <20240831173011.30833-1-matrss@0px.xyz> Date: Mon, 09 Sep 2024 17:22:43 +0200 Message-ID: <871q1sc0n0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72918-done Cc: 72918-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: -3.3 (---) Hi, Matthias Ri=C3=9Fe skribis: > * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240808. > > Change-Id: Id9b3b4ace4871cf9ba04404b43784269a9c45daa Pushed, thanks! Ludo=E2=80=99. ------------=_1725895382-15274-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 31 Aug 2024 17:52:29 +0000 Received: from localhost ([127.0.0.1]:56177 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1skSGy-0007C5-0U for submit@debbugs.gnu.org; Sat, 31 Aug 2024 13:52:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:45584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1skRxh-0006cI-5g for submit@debbugs.gnu.org; Sat, 31 Aug 2024 13:32:33 -0400 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 1skRwk-0004JY-9X for guix-patches@gnu.org; Sat, 31 Aug 2024 13:31:34 -0400 Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1skRwi-0005Uk-L2 for guix-patches@gnu.org; Sat, 31 Aug 2024 13:31:34 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4Wx29w6Dl5z9sTs; Sat, 31 Aug 2024 19:31:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0px.xyz; s=MBO0001; t=1725125476; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=FXDprVSIxXgd/P2nNMG3gdhevC9+O0r1ADolRhgJJqg=; b=UZpInpis6HSIVRl1LNHsCBoV/kNzPglmWgdTC7iBgxmTcKrrrEMdCY0C6Cln+1lqtnlzpm N44KeghBgrdomfl2D7DoDfPr1fsFg6Il9qqxt+soreNLqtaksI3QzR7+bvqikhPpYomjR5 jckMrWJZl9stx8xl6BDGfvsaVjRGMfoGGdsRiyWtPYhojux6UNyprfeP5AxfoinHJX+d0t SMHFbEpqHpeJ9Uyy6uBRciyJOPK9FAj5e5DMQPIyErsc5NYyFnDVGr2VXXzcTVNqk+NS+o kJvu5Ofhjbn/QwQHEpcgUFRqcZM2P9hIgExkfq5grU0OIbc0FckVUwuTkIlGUg== From: =?UTF-8?q?Matthias=20Ri=C3=9Fe?= To: guix-patches@gnu.org Subject: [PATCH] gnu: git-annex: Update to 10.20240808. Date: Sat, 31 Aug 2024 19:30:11 +0200 Message-ID: <20240831173011.30833-1-matrss@0px.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Wx29w6Dl5z9sTs Received-SPF: pass client-ip=2001:67c:2050:0:465::103; envelope-from=matrss@0px.xyz; helo=mout-p-103.mailbox.org 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 31 Aug 2024 13:52:26 -0400 Cc: =?UTF-8?q?Matthias=20Ri=C3=9Fe?= 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.3 (--) * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240808. Change-Id: Id9b3b4ace4871cf9ba04404b43784269a9c45daa --- gnu/packages/haskell-apps.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index 8b14a01569..338d3ad78a 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -297,7 +297,7 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "10.20240227") + (version "10.20240808") (source (origin ;; hackage release doesn't include everything needed for extra bits. @@ -307,7 +307,7 @@ (define-public git-annex (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "023gk1v01ks367h4zz67ksn2xaw6pgcfhmniay6ipkncfqv8rsra")))) + (base32 "06pk4gzj6snspid5a01s1vqh305ca02is3ap86w41icrngnly4n4")))) (build-system haskell-build-system) (properties '((upstream-name . "git-annex"))) (arguments @@ -464,6 +464,7 @@ (define-public git-annex ghc-tagsoup ghc-torrent ghc-transformers + ghc-unbounded-delays ghc-unix-compat ghc-unliftio-core ghc-unordered-containers -- 2.45.2 ------------=_1725895382-15274-1--