guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: emacs-switch-window: Update to 1.6.2.


From: guix-commits
Subject: 04/04: gnu: emacs-switch-window: Update to 1.6.2.
Date: Sat, 15 Dec 2018 01:27:31 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit da19696ec6be8a9f2f448994e82c3093526e0ea9
Author: Feng Shu <address@hidden>
Date:   Sat Dec 15 08:29:34 2018 +0800

    gnu: emacs-switch-window: Update to 1.6.2.
    
    * gnu/packages/emacs.scm (emacs-switch-window): Update to 1.6.2.
    [source]: Use git-fetch.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/emacs.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 98b1c6d..74ee863 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6882,16 +6882,17 @@ built on top of XELB.")
 (define-public emacs-switch-window
   (package
     (name "emacs-switch-window")
-    (version "1.5.1")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/dimitri/switch-window/archive/v";
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "07f99apxscwvsp2bjxsbi462c433kcglrjh6xl0gyafs1nvvvnd8"))))
+    (version "1.6.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/dimitri/switch-window";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/dimitri/switch-window";)
     (synopsis "Emacs window switch tool")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]