gnu: emacs-package-lint: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-package-lint)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
76cd61504e
commit
106f265575
1 changed files with 1 additions and 1 deletions
|
@ -12248,7 +12248,7 @@ (define-public emacs-package-lint
|
|||
(uri (git-reference
|
||||
(url "https://github.com/purcell/package-lint")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hfricsgmy3x9snnd2p4xq6vnnv94qdsxxnxp07b3hqc9bhw31rq"))))
|
||||
|
|
Loading…
Reference in a new issue