mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: emacs-elpy: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-elpy)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
1dc4c043be
commit
64e9f69672
1 changed files with 1 additions and 1 deletions
|
@ -5003,7 +5003,7 @@ indentation (space indentation only).
|
|||
(uri (git-reference
|
||||
(url "https://github.com/jorgenschaefer/elpy.git")
|
||||
(commit version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"073bwxwjzcbmvpcz9q2xjwzx9x7hkvjni6fwvikh6yawzjp56jis"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue