unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: swedebugia <swedebugia@riseup.net>
To: 36152@debbugs.gnu.org
Subject: [bug#36152] [PATCH] gnu: emacs-perspective: Update to 2.2
Date: Fri, 28 Jun 2019 07:46:43 +0200	[thread overview]
Message-ID: <bee37512-8b3b-c093-ff2e-f13411c3beba@riseup.net> (raw)
In-Reply-To: <87ftoijzh6.fsf@odyssey.lafreniere.xyz>

On 2019-06-09 04:16, Joseph LaFreniere wrote:
> 
> * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2
> ---
> gnu/packages/emacs-xyz.scm | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
> 
> 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
>    (package
>      (name "emacs-perspective")
> -    (version "1.12")
> +    (version "2.2")
>      (source
>       (origin
> -       (method url-fetch)
> -       (uri (string-append        
> "https://github.com/nex3/perspective-el/"
> -                           "archive/" version ".tar.gz"))
> -       (file-name (string-append name "-" version ".tar.gz"))
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/nex3/perspective-el.git")
> +             (commit version)))
> +       (file-name (git-file-name name version))
>         (sha256
>          (base32
> -          "078ahh0kmhdylq5ib9c81c76kz1n02xwc83pm729d00i84ibviic"))))
> + "0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"))))
>      (build-system emacs-build-system)
>      (home-page "https://github.com/nex3/perspective-el")
>      (synopsis "Switch between named \"perspectives\"")
> -- 
> 2.21.0
> 
> 
> 
> 

for the record. has been applied

-- 
Cheers Swedebugia

  reply	other threads:[~2019-06-28  5:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-09  2:16 [bug#36152] [PATCH] gnu: emacs-perspective: Update to 2.2 Joseph LaFreniere
2019-06-28  5:46 ` swedebugia [this message]
2019-06-28 13:20   ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bee37512-8b3b-c093-ff2e-f13411c3beba@riseup.net \
    --to=swedebugia@riseup.net \
    --cc=36152@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).