guix-commits
[Top][All Lists]
Advanced

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

188/203: gnu: emacs-f3: Don't use unstable tarball.


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

nckx pushed a commit to branch master
in repository guix.

commit 0f5f9eacf40ff560101b5bac002022560dd14d73
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 8 23:39:34 2019 +0200

    gnu: emacs-f3: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-f3)[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 6577cb7..a3584a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10654,13 +10654,13 @@ buffer with each of your todos.")
     (version "0.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/cosmicexplorer/f3/archive/";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/cosmicexplorer/f3.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "06b8i1jvklm5k3k90n65f197l1miq1xlxqkqpbppw4h3rhl4y98h"))))
+        (base32 "1qg48zbjdjqimw4516ymrsilz41zkib9321q0caf9474s9xyp2bi"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)))



reply via email to

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