From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57620) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRNPX-0006eh-GY for guix-patches@gnu.org; Wed, 22 Apr 2020 18:00:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRNPX-0002h9-0S for guix-patches@gnu.org; Wed, 22 Apr 2020 18:00:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41962) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRNPW-0002fq-JU for guix-patches@gnu.org; Wed, 22 Apr 2020 18:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRNPW-0001PG-Gp for guix-patches@gnu.org; Wed, 22 Apr 2020 18:00:02 -0400 Subject: [bug#40706] [PATCH] gnu: clipmenu: Fix hash. Resent-Message-ID: Date: Wed, 22 Apr 2020 17:59:26 -0400 From: Leo Famulari Message-ID: <20200422215926.GA2751@jasmine.lan> References: <871roki1bl.fsf@asu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871roki1bl.fsf@asu.edu> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: John Soo Cc: 40706@debbugs.gnu.org On Sat, Apr 18, 2020 at 08:47:26PM -0700, John Soo wrote: > Hi Guix, > > I was going to try out clipmenu and found a hash mismatch so I updated > it. Do you still have the old source code around? I'm curious what changed.