From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.user,gmane.comp.gnu.guix.devel Subject: Re: [ANN] guile-gi v0.0.1 released Date: Sun, 02 Jun 2019 18:15:50 +0200 Message-ID: <87muj07ykp.fsf@gnu.org> References: <20181115144125.GA23468@joshua.dnsalias.com> <874l59smoy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="237350"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) Cc: guix-devel@gnu.org, guile-user@gnu.org To: Jan Nieuwenhuizen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jun 02 18:31:09 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hXTO1-000zR9-E2 for guile-user@m.gmane.org; Sun, 02 Jun 2019 18:31:09 +0200 Original-Received: from localhost ([127.0.0.1]:50799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXTNr-0007Wv-7w for guile-user@m.gmane.org; Sun, 02 Jun 2019 12:30:59 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:40780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXTMP-0006Zx-RE; Sun, 02 Jun 2019 12:29:30 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXT9E-00020d-PX; Sun, 02 Jun 2019 12:15:52 -0400 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58802 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hXT9E-000203-64; Sun, 02 Jun 2019 12:15:52 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 Prairial an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu In-Reply-To: <874l59smoy.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Sat, 01 Jun 2019 11:02:21 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15519 gmane.comp.gnu.guix.devel:48726 Archived-At: Hello! Jan Nieuwenhuizen skribis: > Mike Gran writes: > >> Hello. I am announcing guile-gi v0.0.1. > > Wow, congrats! And thanks! Yay, congrats! > From f4602d57f74cb2690b01fb23638ce2037ccd9105 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Fri, 31 May 2019 19:47:21 +0200 > Subject: [PATCH] gnu: Add guile-gi. > > * gnu/packages/guile-xyz.scm (guile-gi): New variable. LGTM! Guile-GI has the potential to make a lot of people happy. :-) Thanks, Ludo=E2=80=99.