From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:48720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqXHb-0008Oa-HS for guix-patches@gnu.org; Mon, 04 Feb 2019 00:59:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqXHa-0008Pa-NH for guix-patches@gnu.org; Mon, 04 Feb 2019 00:59:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58702) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gqXHa-0008PR-KE for guix-patches@gnu.org; Mon, 04 Feb 2019 00:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gqXHa-000551-Ev for guix-patches@gnu.org; Mon, 04 Feb 2019 00:59:02 -0500 Subject: [bug#34308] [PATCH] gnu: emacs-cider: Update to 0.20.0 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:47862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqXGf-0007WB-83 for guix-patches@gnu.org; Mon, 04 Feb 2019 00:58:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqX9Y-0005PC-IZ for guix-patches@gnu.org; Mon, 04 Feb 2019 00:50:46 -0500 Received: from mout02.posteo.de ([185.67.36.66]:36747) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqX9W-0005B8-DN for guix-patches@gnu.org; Mon, 04 Feb 2019 00:50:42 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 02F272400E6 for ; Mon, 4 Feb 2019 06:50:31 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43tGyZ515xz9rxS for ; Mon, 4 Feb 2019 06:50:30 +0100 (CET) From: Brett Gilio Date: Sun, 03 Feb 2019 23:50:14 -0600 Message-ID: <871s4oyueh.fsf@guixsd.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-emacs-cider-Update-to-0.20.0.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: emacs-cider: Update to 0.20.0 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: 34308@debbugs.gnu.org >From 5a6eb7fa60427e68d4b868d395ca0a059383f495 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Sun, 3 Feb 2019 23:46:04 -0600 Subject: [PATCH] gnu: emacs-cider: Update to 0.20.0 * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.20.0 --- gnu/packages/emacs-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7decd51ea..ee03349b3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -41,6 +41,7 @@ ;;; Copyright =C2=A9 2018 Alex Branham ;;; Copyright =C2=A9 2018 Thorsten Wilms ;;; Copyright =C2=A9 2018 Pierre Langlois +;;; Copyright =C2=A9 2018 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -5055,7 +5056,7 @@ target will call @code{compile} on it.") (define-public emacs-cider (package (name "emacs-cider") - (version "0.18.0") + (version "0.20.0") (source (origin (method git-fetch) @@ -5065,7 +5066,7 @@ target will call @code{compile} on it.") (file-name (git-file-name name version)) (sha256 (base32 - "1m9kc88vga3q5d731qnpngnsa0n57pf21k3hll20rw8rggrx4vdn")))) + "0lfhzg9c931jbx27hpshk3l76gwbp6ggf668sqa77xrvymwdlsnw")))) (build-system emacs-build-system) (arguments '(#:exclude ; Don't exclude 'cider-test.el'. --=20 2.20.1