guix-commits
[Top][All Lists]
Advanced

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

25/203: gnu: emacs-stripe-buffer: Don't use unstable tarball.


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

nckx pushed a commit to branch master
in repository guix.

commit b6a3009b234bf62a15b6669b35e80751d4270db7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 4 18:36:04 2019 +0200

    gnu: emacs-stripe-buffer: Don't use unstable tarball.
    
    * gnu/packages/emacs-xyz.scm (emacs-stripe-buffer)[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 be2e5a9..6b7bdb4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2485,13 +2485,13 @@ naming style of a symbol.  It supports different naming 
conventions such as:
     (version "0.2.5")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/sabof/stripe-buffer/";
-                           "archive/" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/sabof/stripe-buffer.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1p515dq7raly5hw94kiwm3vzsfih0d8af622q4ipvvljsm98aiik"))))
+        (base32 "035ym1c1vzg6hjsnd258z4dkrfc11lj4c0y4gpgybhk54dq3w9dk"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/sabof/stripe-buffer/";)
     (synopsis "Add stripes to list buffers")



reply via email to

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