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.
This commit is contained in:
parent
9d0cc890e5
commit
b6a3009b23
|
@ -2485,13 +2485,13 @@ naming style of a symbol. It supports different naming conventions such as:
|
||||||
(version "0.2.5")
|
(version "0.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/sabof/stripe-buffer/"
|
(uri (git-reference
|
||||||
"archive/" version ".tar.gz"))
|
(url "https://github.com/sabof/stripe-buffer.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "035ym1c1vzg6hjsnd258z4dkrfc11lj4c0y4gpgybhk54dq3w9dk"))))
|
||||||
"1p515dq7raly5hw94kiwm3vzsfih0d8af622q4ipvvljsm98aiik"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/sabof/stripe-buffer/")
|
(home-page "https://github.com/sabof/stripe-buffer/")
|
||||||
(synopsis "Add stripes to list buffers")
|
(synopsis "Add stripes to list buffers")
|
||||||
|
|
Loading…
Reference in New Issue