mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: emacs-highlight-escape-sequences: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-highlight-escape-sequences)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
c1e57bc70f
commit
c4a835268f
1 changed files with 1 additions and 1 deletions
|
@ -11476,7 +11476,7 @@ the previously visible buffer part after each scroll.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/dgutov/highlight-escape-sequences.git")
|
(url "https://github.com/dgutov/highlight-escape-sequences.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
|
"05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue