gnu: emacs-nnreddit: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-nnreddit)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
5a2e25f805
commit
4550d8d6d2
|
@ -9173,7 +9173,7 @@ the source file.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/paul-issartel/nnreddit.git")
|
(url "https://github.com/paul-issartel/nnreddit.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j4h3bnga640250jdq8bwyja49r41ssrsjd6lba4gzzllqk02nbn"))))
|
"0j4h3bnga640250jdq8bwyja49r41ssrsjd6lba4gzzllqk02nbn"))))
|
||||||
|
|
Loading…
Reference in New Issue