mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: emacs-expand-region: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-expand-region)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
f233efa74d
commit
e2ad36d074
1 changed files with 6 additions and 6 deletions
|
@ -2207,13 +2207,13 @@ mode, which displays information about Elasticsearch clusters.")
|
||||||
(version "0.11.0")
|
(version "0.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/magnars/expand-region.el"
|
(uri (git-reference
|
||||||
"/archive/" version ".tar.gz"))
|
(url "https://github.com/magnars/expand-region.el.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0h40dhc3kn8fq86xnwi5lz7ql8my8737y7wkqr897p15y90swr35"))))
|
||||||
"08dy1f411sh9wwww53rjw80idcf3vpki6ba2arl4hl5jcw9651g0"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/magnars/expand-region.el")
|
(home-page "https://github.com/magnars/expand-region.el")
|
||||||
(synopsis "Increase selected region by semantic units")
|
(synopsis "Increase selected region by semantic units")
|
||||||
|
|
Loading…
Add table
Reference in a new issue