gnu: emacs-download-region: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-download-region)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
5db874d1df
commit
d4dcb84bbe
|
@ -10470,7 +10470,7 @@ buffer.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/zk-phi/download-region.git")
|
(url "https://github.com/zk-phi/download-region.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
|
"0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
|
||||||
|
|
Loading…
Reference in New Issue