gnu: emacs-websocket: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-websocket)[source]: Use GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-10 20:38:46 +02:00
parent 3b5d4f72ca
commit 5180dcb199
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7963,7 +7963,7 @@ (define-public emacs-websocket
(uri (git-reference
(url "https://github.com/ahyatt/emacs-websocket.git")
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))