mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: emacs-request: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-request)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
51646a028a
commit
c2e0193eed
1 changed files with 1 additions and 1 deletions
|
@ -4033,7 +4033,7 @@ parallel.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/tkf/emacs-request.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wyxqbb35yqf6ci47531lk32d6fppamx9d8826kdz983vm87him7"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue