guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: emacs-rsw-elisp: Don't use unstable tarball.


From: guix-commits
Subject: 14/15: gnu: emacs-rsw-elisp: Don't use unstable tarball.
Date: Tue, 26 Nov 2019 13:58:13 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 83612310191bd4ea86b37784f7de61d4a8e11e05
Author: Efraim Flashner <address@hidden>
Date:   Tue Nov 26 20:56:03 2019 +0200

    gnu: emacs-rsw-elisp: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-rsw-elisp)[source]: Download using
    git-fetch.
---
 gnu/packages/emacs-xyz.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a4eed54..f124dc3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14056,13 +14056,14 @@ split to display more windows and more buffers, the 
buffer exits
     (name "emacs-rsw-elisp")
     (version "1.0.5")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/rswgnu/rsw-elisp";
-                                  "/archive/" version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/rswgnu/rsw-elisp";)
+                     (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jnn7xfwl3wxc87v44ccsf1wwp80par3xgcvfb1icd6zchjmlcps"))))
+                "0dfq8myg0r91900bk1s70amsmm4mjk2qsg12v5pk7lla5d2vnyaf"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/rswgnu/rsw-elisp";)
     (synopsis "Improved expressions that interactively evaluate Emacs Lisp")



reply via email to

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