From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id kL4/Nd2qhGEdqgAAgWs5BA (envelope-from ) for ; Fri, 05 Nov 2021 04:54:05 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id qCryMN2qhGGWFwAAB5/wlQ (envelope-from ) for ; Fri, 05 Nov 2021 03:54:05 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2F9A52B98D for ; Fri, 5 Nov 2021 04:54:05 +0100 (CET) Received: from localhost ([::1]:51594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1miqIl-0003DN-Es for larch@yhetil.org; Thu, 04 Nov 2021 23:54:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mipqh-0004V5-39 for guix-patches@gnu.org; Thu, 04 Nov 2021 23:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60861) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mipqg-0004o8-KF for guix-patches@gnu.org; Thu, 04 Nov 2021 23:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mipqg-0006YC-Ea for guix-patches@gnu.org; Thu, 04 Nov 2021 23:25:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51604] [PATCH] gnu: git-annex: Update to 8.20211028. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 05 Nov 2021 03:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51604 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51604@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163608268625152 (code B ref -1); Fri, 05 Nov 2021 03:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Nov 2021 03:24:46 +0000 Received: from localhost ([127.0.0.1]:44174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mipqP-0006Xc-P5 for submit@debbugs.gnu.org; Thu, 04 Nov 2021 23:24:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:37060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mipqM-0006XT-Ve for submit@debbugs.gnu.org; Thu, 04 Nov 2021 23:24:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54858) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mipqI-0003st-LF for guix-patches@gnu.org; Thu, 04 Nov 2021 23:24:42 -0400 Received: from out10.migadu.com ([46.105.121.227]:63092) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mipq9-0004l4-4G for guix-patches@gnu.org; Thu, 04 Nov 2021 23:24:38 -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=1636082663; 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=Ra6kzLSCyia79GuVAlThG2yzDT8ZzdCKW/mXqKJA4j0=; b=bx1WybfW9YnxSB0kPYv8uwBjRwonIxWAFwLHKjaZLVrmzG4UEbHNjk3n/mOglyEuf0ZecH A8nkGGdldqduglnJ1QDQGQcFY6PsKgMGER39sDu2jfkuIL7GS1tx34s8k235aRAdC4s090 DALQcbW0e6YDxfpufWZ085CeGVA7JdJXCEWNZBXgTOa+fMqSRVpvBT1f4x2iCHZ/sI6u0T +E4Uth1/KquHeL0I33Xv9k19SoX6I7hL1cuFQlFvKa54dXPmrvoxWp2TRIcsGBih7UTP5G 9Puc4KgFs82lrWT0M6ooDNJzoeJ0mmEA44+9YeP24PqHYzUSD9hQ5U8HPZ1kNw== From: Kyle Meyer Date: Thu, 4 Nov 2021 23:24:08 -0400 Message-Id: <20211105032408.20595-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1636084445; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=Ra6kzLSCyia79GuVAlThG2yzDT8ZzdCKW/mXqKJA4j0=; b=M2WacQ9yNFy1LDrn4RV9MC+r/kIfqsYxzSTM1SdeWh+jYyZBfkpIPVbe4zx5I/thjpyjRm P/G0WA46jR2O6eZ8J00SotzQ2TUxIEQdY1+izIWPxDUKmYnX2Co9WLh+37DBdNc2UMtGnj Lbk4W1h3LalTi5TMa/A73UP6npwU0CdsEWC+F/KoBzvROKutMi8sVJicrBQLzcOWx2uwPq xAXLw32GKaMK1C8lTvwfK3ratq9wCX9WjqxW7T0C548T31QwH8qYLf1cEi3NjAzQtTTzGE YDEpqM//ZEUYd3bOWhBcJDWJpJ6CleBY3TzX+RckJR6MT34f3IgQa69j1h+exg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1636084445; a=rsa-sha256; cv=none; b=G4VtqdndrGiC3mysDFQwt64a71et6n3v1idlD95gQR5+uunJs4a9xE3wfyqb6HZcgX4Il4 DwZF7ohx69SQ7oDJrqHUnlAH7CktBrb+Xno2+wjasca5XzzvinROGtN+h3CQYu6d+5B4Nt cmpziTthPFSfYrmc0vQuOFcz+p9KxSMcB1qxXPyXy0UTduRfKqMfzsXYIWJN2tW6WKIbpQ cKW0w3oQ8olxlXPzKfIKkGIAlXeqoGcPpwpnYTTsB1MsJBVVsmT84BcIkOhrTZtL+fwCDS lLoyFgYyXhz1Xx1HeZS/rNCjTsvEJkd8dBUwyBf7S6LZr7509j2sFGdUGEtAQw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kyleam.com header.s=key1 header.b=bx1WybfW; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.58 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kyleam.com header.s=key1 header.b=bx1WybfW; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 2F9A52B98D X-Spam-Score: 3.58 X-Migadu-Scanner: scn0.migadu.com X-TUID: 6DahbWmemygB * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211028. --- 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 994214e900..faa3b52c5c 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.20211011") + (version "8.20211028") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "02s7921ihmbndp7lk1nhhiljky02ikq4qax4mhg609qjhbl6piwd")))) + (base32 "0bff1bchp60hbslb9yaagvd7hym26w0c3gkkssm7sildwqazwpng")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: 575fcd3045ff1649e5319b6701ff9e28e97793e0 -- 2.33.1