gnu: emacs-package-lint: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-package-lint)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-10 20:44:29 +02:00
parent 76cd61504e
commit 106f265575
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -12248,7 +12248,7 @@ image, rotate it, save modified images, and more.")
(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"))))