From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44745) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD7k3-0004rk-5e for guix-patches@gnu.org; Wed, 25 Sep 2019 09:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iD7k2-0003NV-2O for guix-patches@gnu.org; Wed, 25 Sep 2019 09:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60508) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iD7k1-0003NQ-UM for guix-patches@gnu.org; Wed, 25 Sep 2019 09:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iD7k1-0004P4-RT for guix-patches@gnu.org; Wed, 25 Sep 2019 09:54:01 -0400 Subject: [bug#37512] [PATCH] gnu: emacs-xelb: Update to 0.18. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:44638) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iD7jl-0004gz-CL for guix-patches@gnu.org; Wed, 25 Sep 2019 09:53:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iD7ji-0003CD-EN for guix-patches@gnu.org; Wed, 25 Sep 2019 09:53:43 -0400 Received: from [156.0.193.126] (port=58323 helo=mail.santanas.co.za) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iD7jh-0003A8-Pe for guix-patches@gnu.org; Wed, 25 Sep 2019 09:53:42 -0400 Received: from authenticated-user (mail.santanas.co.za [156.0.193.126]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.santanas.co.za (Postfix) with ESMTPSA id 170B55F4F0 for ; Wed, 25 Sep 2019 15:53:36 +0200 (SAST) From: Divan Santana Date: Wed, 25 Sep 2019 15:53:34 +0200 Message-ID: <87a7aszdlt.fsf@santanas.co.za> 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: 37512@debbugs.gnu.org * gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.18. --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0a5f8e826d..f5ef766e88 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8588,14 +8588,14 @@ which code derived from Kelvin H's org-page.") (define-public emacs-xelb (package (name "emacs-xelb") - (version "0.17") + (version "0.18") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/xelb-" version ".tar")) (sha256 (base32 - "0k98580vq253fjdgklgqlwl450saninfw39fbq8lv3xsnp3dcgml")))) + "1fp5mzl63sh0h3ws4l5p4qgvi7ny8a3fj6k4dhqa98xgw2bx03v7")))) (build-system emacs-build-system) ;; The following functions and variables needed by emacs-xelb are ;; not included in emacs-minimal: -- 2.23.0