From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 85HyHVDrdWLeSgEAbAwnHQ (envelope-from ) for ; Sat, 07 May 2022 05:45:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id COg5HFDrdWK9uQAAG6o9tA (envelope-from ) for ; Sat, 07 May 2022 05:45:20 +0200 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 A791A231 for ; Sat, 7 May 2022 05:45:19 +0200 (CEST) Received: from localhost ([::1]:60184 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nnBNe-0008Uh-DK for larch@yhetil.org; Fri, 06 May 2022 23:45:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnBNP-0008UW-2q for guix-patches@gnu.org; Fri, 06 May 2022 23:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56286) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nnBNO-0002yS-Ji for guix-patches@gnu.org; Fri, 06 May 2022 23:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nnBNO-0004rY-Gz for guix-patches@gnu.org; Fri, 06 May 2022 23:45:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55296] [PATCH] gnu: git-annex: Update to 10.20220504. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 07 May 2022 03:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 55296 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55296@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165189505118611 (code B ref -1); Sat, 07 May 2022 03:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 May 2022 03:44:11 +0000 Received: from localhost ([127.0.0.1]:50183 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnBMZ-0004q7-9J for submit@debbugs.gnu.org; Fri, 06 May 2022 23:44:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:41028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnBMX-0004pz-CC for submit@debbugs.gnu.org; Fri, 06 May 2022 23:44:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51862) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnBMW-0008SF-T0 for guix-patches@gnu.org; Fri, 06 May 2022 23:44:08 -0400 Received: from out0.migadu.com ([94.23.1.103]:14134) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnBMT-0002tr-Mw for guix-patches@gnu.org; Fri, 06 May 2022 23:44:08 -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=1651895041; 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=Dm9geZHnB8exBdWQb8KG+cBRH5vXr+bDTxBym6ccgSw=; b=0QcifhAU+3TApGwPxA1E5/9spgup+5J3P4cRsYvDu8KEsylpeIxCDUI3GNss3LvgDRYHrK 00Rmer5IcyOp1jak0TuAahRD7MkvomKgt4ucpfR9GPoYYeLVVnscLJhXt8wS/Q1N0S8C55 lvjmxqhVQ/8AUF+NFp6UUdSOqveCJJxzuYtOAWzArjYieKdGGX05HRKd/lbSzS7YC6FAZC cZkc7eRQG5/cp1GICohK3ZhIQRWb97wwVapTX1j7SwYunDDJjBeK0yU3KOuvOJ6U2UbWDR or9QMj8WNuSo1h8iSacf5efqnlQHp8Yt4zA4jUYpAD9/QBrBANXNRvYKjtKNXA== From: Kyle Meyer Date: Fri, 6 May 2022 23:43:57 -0400 Message-Id: <20220507034357.135686-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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, 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-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 X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651895120; 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=Dm9geZHnB8exBdWQb8KG+cBRH5vXr+bDTxBym6ccgSw=; b=p4XAUFB9pUP7ycjniSpH3bQTdZoZ631CP+60F5R65uRvXelZA4LGvHZBO5qwktuae6A94B Q9j4DTwoZxRMBwNtg726xJS0hkS7XaDKN5FnsjumCTdrCEK/EoMS21Vx7gEeXHLo29i4Er yRPbJQd//Eu/v1p5rkYOsCZnvuE/izwaeeH4LGFH/ArFMsAsXwY+36bAH9ThUvS7G/fCPc B5vlVMhTTfOzEYk+m3vZ1VSlRF6KF3jSN5J0F5f7Qmr1OJ9wKA0OpvRhyCSQxcr7mc5tcl RUeHNQyvkg26QhDOr+l4fkt5eA6XWVO0IxRekypSqRQvjnY9f8UAcQvcsPmuyg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651895120; a=rsa-sha256; cv=none; b=cyEUCPMHSIZNjJVRDgYMEdL9eK8ucF3y546UHXLl33E43SdfmYGC8CO4vATa4gJ0F99RRq tGZXk56z5EH8W8BiQAHqLzqxzqTGvpo3nvY88vmG+LitRJScgWQDGwaMldi9tDUb0UkO6M RTkv+I1Qik7OoW16U53EiIqw9rI3Q3R1x617IW30z3ChlvEoD8WH7jirQmN87jIeLgwDNw aRObN7RVAGRW50hqcKxtvfiGW9x/VS5qUGhyfWjlaylWXWshQzK/iI8Dvoi4W8JgKQyO+V V0eBJC9okMH7etuFG8S8JTfRbsAmPXGUuLjViopU9WhERx4OjlFZtEcVF2E8hg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kyleam.com header.s=key1 header.b=0QcifhAU; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 0.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kyleam.com header.s=key1 header.b=0QcifhAU; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A791A231 X-Spam-Score: 0.90 X-Migadu-Scanner: scn0.migadu.com X-TUID: dmv7P/dLzcCj * gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220504. --- 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 5c351fa981..f7ca3b324f 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -304,14 +304,14 @@ (define-public ghcid (define-public git-annex (package (name "git-annex") - (version "10.20220322") + (version "10.20220504") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" "git-annex/git-annex-" version ".tar.gz")) (sha256 - (base32 "107v1c2lw53k25p6snbmxyia3ghd63kj3izvd81d8km9qncv96bv")))) + (base32 "10pp58b7glwi1yckrij49d1iq99pc4dpkkbkb1qqiif9dr9672f3")))) (build-system haskell-build-system) (arguments `(#:configure-flags base-commit: ee70ed5bf50e781a6a43985211aa763e28db62b9 -- 2.36.0