mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +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
|
(uri (git-reference
|
||||||
(url "https://github.com/tkf/emacs-request.git")
|
(url "https://github.com/tkf/emacs-request.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wyxqbb35yqf6ci47531lk32d6fppamx9d8826kdz983vm87him7"))))
|
"0wyxqbb35yqf6ci47531lk32d6fppamx9d8826kdz983vm87him7"))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue