mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: emacs-highlight-stages: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-highlight-stages)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
95994b0212
commit
6c4f58ad60
1 changed files with 1 additions and 1 deletions
|
@ -6387,7 +6387,7 @@ jQuery and Bootstrap resources included via osscdn.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/zk-phi/highlight-stages.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r6nbcrr0dqpgm8dir8ahzjy7rw4nrac48byamzrq96r7ajlxlv0"))
|
||||
|
|
Loading…
Add table
Reference in a new issue