gnu: emacs-mbsync: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-mbsync)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
32a804e250
commit
81b1bd48cf
|
@ -10100,7 +10100,7 @@ key again.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/dimitri/mbsync-el.git")
|
(url "https://github.com/dimitri/mbsync-el.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yj93y2mpxlir8x73znlg1slxlv4blm1vjv5h2w3j8lxg8bxvmn6"))))
|
"0yj93y2mpxlir8x73znlg1slxlv4blm1vjv5h2w3j8lxg8bxvmn6"))))
|
||||||
|
|
Loading…
Reference in New Issue