From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58509) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNw1q-0006HT-Ha for guix-patches@gnu.org; Fri, 25 Oct 2019 05:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNw1p-0006zT-HY for guix-patches@gnu.org; Fri, 25 Oct 2019 05:37:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56712) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iNw1m-0006yf-7H for guix-patches@gnu.org; Fri, 25 Oct 2019 05:37:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iNw1m-0001Jw-4J for guix-patches@gnu.org; Fri, 25 Oct 2019 05:37:02 -0400 Subject: [bug#37919] [PATCH] gnu: electron-cash: Update to 4.0.10. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:58476) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNw1Y-0005cX-As for guix-patches@gnu.org; Fri, 25 Oct 2019 05:36:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNw1X-0006tv-1z for guix-patches@gnu.org; Fri, 25 Oct 2019 05:36:48 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57719) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iNw1V-0006s6-Vv for guix-patches@gnu.org; Fri, 25 Oct 2019 05:36:46 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 13C482400FC for ; Fri, 25 Oct 2019 11:36:35 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46zzX30pM5z9rxX for ; Fri, 25 Oct 2019 11:36:34 +0200 (CEST) From: Guillaume Le Vaillant Date: Fri, 25 Oct 2019 11:35:55 +0200 Message-Id: <20191025093555.27128-1-glv@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 37919@debbugs.gnu.org Some icons are not showing properly in the application because it wants PyQt 5.12.* and Guix only has PyQt 5.11.3 so far. The current packaged ve= rsion of electron-cash (4.0.7) also has this problem, but it doesn't tell the u= ser why. Anyway, it doesn't prevent the application from working (sending and receiving transactions, etc).