From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53779) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAgsZ-00060t-55 for guix-patches@gnu.org; Sat, 07 Mar 2020 16:21:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAgsY-0007kp-A0 for guix-patches@gnu.org; Sat, 07 Mar 2020 16:21:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41698) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jAgsY-0007ki-6a for guix-patches@gnu.org; Sat, 07 Mar 2020 16:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jAgsY-0001MZ-2q for guix-patches@gnu.org; Sat, 07 Mar 2020 16:21:02 -0500 Subject: [bug#39864] [PATCH 0/2] Update the Guix Data Service package, and tweak the service Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87k143eqm7.fsf@cbaines.net> Date: Sat, 07 Mar 2020 22:20:48 +0100 In-Reply-To: <87k143eqm7.fsf@cbaines.net> (Christopher Baines's message of "Sun, 01 Mar 2020 21:01:52 +0000") Message-ID: <87h7yzeua7.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: Christopher Baines Cc: 39864@debbugs.gnu.org Hullo, Christopher Baines skribis: > Bump the revision used for the guix-data-service, and move to using > Guile 3 rather than 2. Also make it possible to pass options more easily > through the service. > > Christopher Baines (2): > gnu: guix-data-service: Update to 0.0.1-18.18eb9df. > services: guix-data-service: Allow passing extra options. Both LGTM. Thank you! Ludo=E2=80=99.