guix-commits
[Top][All Lists]
Advanced

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

30/203: gnu: emacs-shell-switcher: Don't use unstable tarball.


From: guix-commits
Subject: 30/203: gnu: emacs-shell-switcher: Don't use unstable tarball.
Date: Wed, 10 Apr 2019 14:57:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bf5626136e82c6cb1c7830b938e3cd146dac56b4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 4 19:26:46 2019 +0200

    gnu: emacs-shell-switcher: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-shell-switcher)[source]: Use GIT-FETCH 
and
    GIT-FILE-NAME.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c364e54..f443414 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2628,13 +2628,13 @@ the speedbar window.")
     (version "1.0.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/DamienCassou/shell-switcher";
-                           "/archive/v" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/DamienCassou/shell-switcher.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1c23mfkdqz2g9rixd9smm323vzlvhzz3ng34ambcqjfq309qb2nz"))))
+        (base32 "0ia7sdip4hl27avckv3qpqgm3k4ynvp3xxq1cy53bqfzzx0gcria"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/DamienCassou/shell-switcher";)
     (synopsis "Provide fast switching between shell buffers")



reply via email to

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