gnu: emacs-grep-a-lot: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz (emacs-grep-a-lot)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
35db8f4ede
commit
5d8e43bbaf
|
@ -2248,15 +2248,15 @@ column by drawing a thin line down the length of the editing window.")
|
||||||
(package
|
(package
|
||||||
(name "emacs-grep-a-lot")
|
(name "emacs-grep-a-lot")
|
||||||
(version "1.0.7")
|
(version "1.0.7")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ZungBang/emacs-grep-a-lot.git")
|
(url "https://github.com/ZungBang/emacs-grep-a-lot.git")
|
||||||
(commit "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad")))
|
(commit "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad")))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw"))))
|
||||||
"1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/ZungBang/emacs-grep-a-lot")
|
(home-page "https://github.com/ZungBang/emacs-grep-a-lot")
|
||||||
(synopsis "Enables multiple grep buffers in Emacs")
|
(synopsis "Enables multiple grep buffers in Emacs")
|
||||||
|
|
Loading…
Reference in New Issue