From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50472) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ii4G7-0001Z2-PS for guix-patches@gnu.org; Thu, 19 Dec 2019 17:27:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ii4G6-0002fa-SG for guix-patches@gnu.org; Thu, 19 Dec 2019 17:27:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39700) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ii4G6-0002d8-Fj for guix-patches@gnu.org; Thu, 19 Dec 2019 17:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ii4G6-0005vB-Ay for guix-patches@gnu.org; Thu, 19 Dec 2019 17:27:02 -0500 Subject: bug#38588: [PATCH 1/2] gnu: Update libhandy to 0.0.12. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191213095434.25372-1-jonathan.brielmaier@web.de> <20191214173326.3899-1-jonathan.brielmaier@web.de> Date: Thu, 19 Dec 2019 23:26:02 +0100 In-Reply-To: <20191214173326.3899-1-jonathan.brielmaier@web.de> (Jonathan Brielmaier's message of "Sat, 14 Dec 2019 18:33:26 +0100") Message-ID: <875zickl51.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Jonathan Brielmaier Cc: 38588-done@debbugs.gnu.org Hi, Jonathan Brielmaier skribis: > * gnu/packages/gnome.scm (libhandy): Update to 0.0.12. [...] > * gnu/packages/gnome.scm (libhandy)[description]: Fix typo and make > clear it's not only for mobile interfaces. Applied both, thanks! Ludo=E2=80=99.