From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59802) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgjj2-0003vG-FN for guix-patches@gnu.org; Fri, 28 Jun 2019 01:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgjj0-0004pJ-D1 for guix-patches@gnu.org; Fri, 28 Jun 2019 01:47:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54931) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hgjiw-0004nm-O6 for guix-patches@gnu.org; Fri, 28 Jun 2019 01:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hgjiw-0002DC-Ht for guix-patches@gnu.org; Fri, 28 Jun 2019 01:47:02 -0400 Subject: [bug#36152] [PATCH] gnu: emacs-perspective: Update to 2.2 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:59770) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgjil-0003s0-2z for guix-patches@gnu.org; Fri, 28 Jun 2019 01:46:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgjii-0004g7-Um for guix-patches@gnu.org; Fri, 28 Jun 2019 01:46:51 -0400 Received: from mx1.riseup.net ([198.252.153.129]:37748) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hgjii-0004fR-P3 for guix-patches@gnu.org; Fri, 28 Jun 2019 01:46:48 -0400 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 637751A1C82 for ; Thu, 27 Jun 2019 22:46:47 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 8BBD7120339 for ; Thu, 27 Jun 2019 22:46:46 -0700 (PDT) References: <87ftoijzh6.fsf@odyssey.lafreniere.xyz> From: swedebugia Message-ID: Date: Fri, 28 Jun 2019 07:46:43 +0200 MIME-Version: 1.0 In-Reply-To: <87ftoijzh6.fsf@odyssey.lafreniere.xyz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US 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: 36152@debbugs.gnu.org On 2019-06-09 04:16, Joseph LaFreniere wrote: >=20 > * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2 > --- > gnu/packages/emacs-xyz.scm | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) >=20 > diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm > index 7db46e81c5..7986203155 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -4213,16 +4213,17 @@ regexp that matches all known keywords.") > (define-public emacs-perspective > =C2=A0 (package > =C2=A0=C2=A0=C2=A0 (name "emacs-perspective") > -=C2=A0=C2=A0=C2=A0 (version "1.12") > +=C2=A0=C2=A0=C2=A0 (version "2.2") > =C2=A0=C2=A0=C2=A0 (source > =C2=A0=C2=A0=C2=A0=C2=A0 (origin > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method url-fetch) > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (string-append =20 > "https://github.com/nex3/perspective-el/" > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 "archive/" version ".tar.gz")) > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (string-append name "-= " version ".tar.gz")) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= (url "https://github.com/nex3/perspective-el.git") > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= (commit version))) > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name name ve= rsion)) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 > - =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "078ahh0kmhdylq5ib9c= 81c76kz1n02xwc83pm729d00i84ibviic")))) > + "0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h")))) > =C2=A0=C2=A0=C2=A0 (build-system emacs-build-system) > =C2=A0=C2=A0=C2=A0 (home-page "https://github.com/nex3/perspective-el"= ) > =C2=A0=C2=A0=C2=A0 (synopsis "Switch between named \"perspectives\"") > --=20 > 2.21.0 >=20 >=20 >=20 >=20 for the record. has been applied --=20 Cheers Swedebugia