guix-commits
[Top][All Lists]
Advanced

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

166/203: gnu: emacs-loop: Don't use unstable tarball.


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

nckx pushed a commit to branch master
in repository guix.

commit e163d78eeafeac943c776ec7a7a1bbb9953dd682
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 8 23:37:02 2019 +0200

    gnu: emacs-loop: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-loop)[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 e0d4ff5..ac3eb42 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9736,13 +9736,13 @@ tramp.")
     (version "1.3")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/Wilfred/loop.el/archive/";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Wilfred/loop.el.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1z3rhh3zyjabz36410yz0lp4a0qwwj0387as662wvx3z9y54jia9"))))
+        (base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/Wilfred/loop.el";)
     (synopsis "Imperative loop structures for Emacs")



reply via email to

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