From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8AxoCXPBWF+mZwAA0tVLHw (envelope-from ) for ; Wed, 09 Sep 2020 11:50:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id +GIsBXPBWF8OOwAAB5/wlQ (envelope-from ) for ; Wed, 09 Sep 2020 11:50:11 +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 77D259404CA for ; Wed, 9 Sep 2020 11:50:10 +0000 (UTC) Received: from localhost ([::1]:51580 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFyc4-0006hs-2q for larch@yhetil.org; Wed, 09 Sep 2020 07:50:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFyby-0006gR-5V for guix-patches@gnu.org; Wed, 09 Sep 2020 07:50:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46028) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kFybx-00012U-M5 for guix-patches@gnu.org; Wed, 09 Sep 2020 07:50:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kFybx-0004df-K1 for guix-patches@gnu.org; Wed, 09 Sep 2020 07:50:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43292] [PATCH] gnu: emacs-org-contrib: Fix hash for version 20200907. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 09 Sep 2020 11:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43292 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zimoun Cc: 43292@debbugs.gnu.org Received: via spool by 43292-submit@debbugs.gnu.org id=B43292.159965218617805 (code B ref 43292); Wed, 09 Sep 2020 11:50:01 +0000 Received: (at 43292) by debbugs.gnu.org; 9 Sep 2020 11:49:46 +0000 Received: from localhost ([127.0.0.1]:57574 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFybi-0004d7-0H for submit@debbugs.gnu.org; Wed, 09 Sep 2020 07:49:46 -0400 Received: from tobias.gr ([80.241.217.52]:56426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFybe-0004cx-MK for 43292@debbugs.gnu.org; Wed, 09 Sep 2020 07:49:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=52MafXAUrZWrjoXv3RWBtHcKaSbTDYroEek6xyNz8vI=; h=references: in-reply-to:subject:cc:to:from:date; b=G6+llTZeS5PXRY5pgNGepNHu9txVHsY gBoXg+GDUmR0GqbvuijKUupc4E3XaO1LAYxlSBR3Zg+Cjs0dT+Po7oZ15G0NukZFzHf/tl 0PayoMTjVoiOuFsds3zHx++Ne0arAU+okhXoI0TyAuzZhj55O8yiY8ChZwvkIZLTKlfnR8 k301PnQZIynLgcbl9wZTiHMC4vvBIvBZ0nL8aCCtNMnuUhdxi2ZYXHp+eaKa5IQofMofp/ oz8t41CdbRfWTXg0UQ5rGNwdJWWs+pwRZlgWa9kkw5VhorQD3F+lRhGQP3e+a3Jg31f3rw hdLqiwnoI4lzsDO8DXzhQD+QROXi4Uw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id 70d6a0ed; Wed, 9 Sep 2020 11:50:15 +0000 (UTC) MIME-Version: 1.0 Date: Wed, 09 Sep 2020 13:50:13 +0200 In-Reply-To: <20200909113556.25569-1-zimon.toutoune@gmail.com> References: <20200909113556.25569-1-zimon.toutoune@gmail.com> Message-ID: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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" Reply-to: Tobias Geerinckx-Rice , Tobias Geerinckx-Rice via Guix-patches From: Tobias Geerinckx-Rice via Guix-patches via X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=tobias.gr header.s=2018 header.b=G6+llTZe; 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-Spam-Score: 1.49 X-TUID: Hb1xVr8Phj02 Simon, On 2020-09-09 13:35, zimoun wrote: > * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Fix hash. Thanks! It's probably irrational, but in-place updates always tingle my paranoia. What did they change? Why? I think it's good not to normalize them by at least briefly describing the upstream changes in the commit message. ‘Fix’ is borderline misleading IMO. If you don't have the time or access to the original, let me know. Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity.