From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42035) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwLl7-0000Af-BW for guix-patches@gnu.org; Tue, 28 Jan 2020 02:58:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwLl5-0006Yj-GD for guix-patches@gnu.org; Tue, 28 Jan 2020 02:58:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53453) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwLl4-0006Wy-DK for guix-patches@gnu.org; Tue, 28 Jan 2020 02:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iwLl4-0006BA-AU for guix-patches@gnu.org; Tue, 28 Jan 2020 02:58:02 -0500 Subject: [bug#39323] [PATCH] gnu: Add emacs-delight. Resent-Message-ID: From: Nicolas Goaziou References: <20200127235245.15174-1-mab@gnu.org> Date: Tue, 28 Jan 2020 08:57:28 +0100 In-Reply-To: <20200127235245.15174-1-mab@gnu.org> (Amin Bandali's message of "Mon, 27 Jan 2020 18:52:45 -0500") Message-ID: <87h80gm2s7.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain 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: Amin Bandali Cc: 39323@debbugs.gnu.org Hello, Amin Bandali writes: > * gnu/packages/emacs-xyz.scm (emacs-delight): New variable. Thank you. > +(define-public emacs-delight > + (let ((commit "05ef4d7d1a371884defcb47e881904f2a25a40b7") > + (revision "0")) > + (package > + (name "emacs-delight") > + (version (git-version "1.5" revision commit)) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://git.savannah.gnu.org/git/delight.git") > + (commit commit))) Is it possible to stick to the release from GNU ELPA instead? Or is there any particular reason to use this commit? Regards, -- Nicolas Goaziou