gnu: emacs-pyvenv: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-pyvenv)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
984a2307f3
commit
5da3df8f48
|
@ -4948,7 +4948,7 @@ functions to assist in reviewing changes on files.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/jorgenschaefer/pyvenv.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh"))))
|
||||
|
|
Loading…
Reference in New Issue