From unknown Sun Jun 22 00:22:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46738] [PATCH] gnu: git-annex: Update to 8.20210223. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 24 Feb 2021 01:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46738 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46738@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161413075027372 (code B ref -1); Wed, 24 Feb 2021 01:40:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Feb 2021 01:39:10 +0000 Received: from localhost ([127.0.0.1]:32863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEj8w-00077P-J3 for submit@debbugs.gnu.org; Tue, 23 Feb 2021 20:39:10 -0500 Received: from lists.gnu.org ([209.51.188.17]:55478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEj8u-00077I-VB for submit@debbugs.gnu.org; Tue, 23 Feb 2021 20:39:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEj8u-0002Ml-Mz for guix-patches@gnu.org; Tue, 23 Feb 2021 20:39:08 -0500 Received: from out1.migadu.com ([2001:41d0:2:863f::]:48457) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEj8q-0008Cg-BO for guix-patches@gnu.org; Tue, 23 Feb 2021 20:39:08 -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=1614130740; 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=kLXRUHyiGos2h1T9GUCvaXokSYWTquI6iY4wY9rIPsI=; b=PQCu1PrW+Dg0L3cR5XbsxL/y0IC+UnWwXKt1LjGXUIBS5UHafJSmAmWJtN9szitoMctbKt u0BhuNMQxXqsafyTAFpccau6ldU3yZj+Yv33rzeHM4Yofw+PL3gutZI0ujlwsKdocfmDCo s03sUMCC6Orik/52ze7HvEbGR+gAryeN7td63tR26YRwwKrg45ajU4q7aIWThHGpSyphr2 ptyq0gr1axkPd9IcxNyWa8pEZWX220c60DikAObHlwT3BmZJnlTniM9ITOdRvQp+efTIsq xik54Ji6q4j4xlmWkiDnRJMvHhkcNY3lBQ0U7xNYNCBQ0LGSc8qe3JHg+19zAg== From: Kyle Meyer Date: Tue, 23 Feb 2021 20:38:43 -0500 Message-Id: <20210224013843.7464-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=2001:41d0:2:863f::; envelope-from=kyle@kyleam.com; helo=out1.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.20210223. --- 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 16531cf290..7464d94356 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -340,14 +340,14 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "8.20210127") + (version "8.20210223") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "1hsmaw70lfza1g5j6b9zbwqkkr374m18p7qb4nl952pj42a46vv3")))) + (base32 "07wxf44pdh9d1pxqympgyfbkk8vk0pqbgxma0mkadlkdr6c9z832")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: c418c6b64cbfa7a4eb1bfb7d02a99083103dd40e -- 2.30.1.823.g0a3b79fd18 From unknown Sun Jun 22 00:22:56 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#46738: closed (Re: [bug#46738] [PATCH] gnu: git-annex: Update to 8.20210223.) Message-ID: References: <20210224013843.7464-1-kyle@kyleam.com> X-Gnu-PR-Message: they-closed 46738 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46738@debbugs.gnu.org Date: Wed, 24 Feb 2021 16:09:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1614182944-31836-1" This is a multi-part message in MIME format... ------------=_1614182944-31836-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46738: [PATCH] gnu: git-annex: Update to 8.20210223. 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 46738@debbugs.gnu.org. --=20 46738: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46738 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1614182944-31836-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46738-done) by debbugs.gnu.org; 24 Feb 2021 16:08:40 +0000 Received: from localhost ([127.0.0.1]:35560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEwiN-0008GL-Sf for submit@debbugs.gnu.org; Wed, 24 Feb 2021 11:08:40 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:35403) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEwiK-0008G7-Sc for 46738-done@debbugs.gnu.org; Wed, 24 Feb 2021 11:08:38 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 47C7D5C0181; Wed, 24 Feb 2021 11:08:31 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Wed, 24 Feb 2021 11:08:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=pntuekE1U+GB6l+Jo8mmGhLG MrtFuai6wM+5Oc03s3E=; b=uQ4uLfkewU6zhyXTSshvc5rDujS6ANe6hF5SOB/8 mGnlw+ursjZIlUeH4Ylt+/eH8b7GeZHt2OkR5w7LmsrBE/ftvmmtZLY5xN2S1ORG ljCYuyAUmeYSWWyqSF3H9ckhIOwVP/BOyoHlUP0TU9JgqCpP15BvNpKjiXj4JkZ3 qPQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=pntuek E1U+GB6l+Jo8mmGhLGMrtFuai6wM+5Oc03s3E=; b=t2Ayja+gtV0cOfvKwdrOl8 YpxTJd50TkqfDKOKtt3ay4orf4n0gP7VbcLhl7ntlNbNLO/DLh9XY8hz356OJXNT HtbaHbYm37RC/GPLCoSt2YzfC7JY1y9U90CU8kQA6Bw3xru4V2Rdh20n3lZxkV3l 7ejnEBtuxEj5uTHiA/LQQRznjSRIAJXoWFVEkzBZG79FgPhk4NDQeU5OGdmTPO1i gMAZtddvhgMrkJrM8yZIotoqZ86RGMTxqBJNk4TLxQo64q/LzxfgEdswlLctHWj/ 5n9a6v7Dw48gxMJHdNKvOAuOZRaTLYuBw+YsTmjQkBkHnSfTHF7pbclnVCfwonfQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrkeejgdekfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgr mhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvg hrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheffvefg necukfhppedutddtrdduuddrudeiledruddukeenucevlhhushhtvghrufhiiigvpedtne curfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (pool-100-11-169-118.phlapa.fios.verizon.net [100.11.169.118]) by mail.messagingengine.com (Postfix) with ESMTPA id B059324005A; Wed, 24 Feb 2021 11:08:30 -0500 (EST) Date: Wed, 24 Feb 2021 11:08:28 -0500 From: Leo Famulari To: Kyle Meyer Subject: Re: [bug#46738] [PATCH] gnu: git-annex: Update to 8.20210223. Message-ID: References: <20210224013843.7464-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210224013843.7464-1-kyle@kyleam.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46738-done Cc: 46738-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.7 (-) On Tue, Feb 23, 2021 at 08:38:43PM -0500, Kyle Meyer wrote: > * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210223. Thanks! Pushed as 4354e2ed2bbf11aeabfcc7105b9bc7b431d28b93 ------------=_1614182944-31836-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Feb 2021 01:39:10 +0000 Received: from localhost ([127.0.0.1]:32863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEj8w-00077P-J3 for submit@debbugs.gnu.org; Tue, 23 Feb 2021 20:39:10 -0500 Received: from lists.gnu.org ([209.51.188.17]:55478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEj8u-00077I-VB for submit@debbugs.gnu.org; Tue, 23 Feb 2021 20:39:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEj8u-0002Ml-Mz for guix-patches@gnu.org; Tue, 23 Feb 2021 20:39:08 -0500 Received: from out1.migadu.com ([2001:41d0:2:863f::]:48457) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEj8q-0008Cg-BO for guix-patches@gnu.org; Tue, 23 Feb 2021 20:39:08 -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=1614130740; 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=kLXRUHyiGos2h1T9GUCvaXokSYWTquI6iY4wY9rIPsI=; b=PQCu1PrW+Dg0L3cR5XbsxL/y0IC+UnWwXKt1LjGXUIBS5UHafJSmAmWJtN9szitoMctbKt u0BhuNMQxXqsafyTAFpccau6ldU3yZj+Yv33rzeHM4Yofw+PL3gutZI0ujlwsKdocfmDCo s03sUMCC6Orik/52ze7HvEbGR+gAryeN7td63tR26YRwwKrg45ajU4q7aIWThHGpSyphr2 ptyq0gr1axkPd9IcxNyWa8pEZWX220c60DikAObHlwT3BmZJnlTniM9ITOdRvQp+efTIsq xik54Ji6q4j4xlmWkiDnRJMvHhkcNY3lBQ0U7xNYNCBQ0LGSc8qe3JHg+19zAg== From: Kyle Meyer To: guix-patches@gnu.org Subject: [PATCH] gnu: git-annex: Update to 8.20210223. Date: Tue, 23 Feb 2021 20:38:43 -0500 Message-Id: <20210224013843.7464-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=2001:41d0:2:863f::; envelope-from=kyle@kyleam.com; helo=out1.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.20210223. --- 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 16531cf290..7464d94356 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -340,14 +340,14 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "8.20210127") + (version "8.20210223") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "1hsmaw70lfza1g5j6b9zbwqkkr374m18p7qb4nl952pj42a46vv3")))) + (base32 "07wxf44pdh9d1pxqympgyfbkk8vk0pqbgxma0mkadlkdr6c9z832")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: c418c6b64cbfa7a4eb1bfb7d02a99083103dd40e -- 2.30.1.823.g0a3b79fd18 ------------=_1614182944-31836-1--