mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-mu4e-conversation: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-mu4e-conversation)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
106f265575
commit
20f28d0b7d
1 changed files with 1 additions and 1 deletions
|
@ -12316,7 +12316,7 @@ file.")
|
||||||
"https://gitlab.com/Ambrevar/mu4e-conversation/"
|
"https://gitlab.com/Ambrevar/mu4e-conversation/"
|
||||||
"repository/archive.tar.gz?ref="
|
"repository/archive.tar.gz?ref="
|
||||||
commit))
|
commit))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b52hf9rm2afba9pvgink9bwqm705sk0y5qikp0ff5sk53wqvy29"))))
|
"0b52hf9rm2afba9pvgink9bwqm705sk0y5qikp0ff5sk53wqvy29"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue