unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36153] [PATCH] gnu: emacs-perspective: Update to 2.2
@ 2019-06-09 20:11 LaFreniere, Joseph
  2019-06-13  7:49 ` bug#36153: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: LaFreniere, Joseph @ 2019-06-09 20:11 UTC (permalink / raw)
  To: 36153

[-- Attachment #1: Type: text/plain, Size: 103 bytes --]

User-agent: mu4e 1.2.0; emacs 26.2
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2
---

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-perspective.patch --]
[-- Type: text/x-patch, Size: 1130 bytes --]

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\"")

[-- Attachment #3: Type: text/plain, Size: 21 bytes --]

--
Joseph LaFreniere

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36153: [PATCH] gnu: emacs-perspective: Update to 2.2
  2019-06-09 20:11 [bug#36153] [PATCH] gnu: emacs-perspective: Update to 2.2 LaFreniere, Joseph
@ 2019-06-13  7:49 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2019-06-13  7:49 UTC (permalink / raw)
  To: LaFreniere, Joseph; +Cc: 36153-done, 36152-done

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

Patch pushed with some changes to the commit message.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-13  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-09 20:11 [bug#36153] [PATCH] gnu: emacs-perspective: Update to 2.2 LaFreniere, Joseph
2019-06-13  7:49 ` bug#36153: " Efraim Flashner

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).