gnu: emacs-xonsh-mode: Use a source file-name.

* gnu/packages/emacs-xyz.scm (emacs-xonsh-mode)[source]: Use a source
file-name.
This commit is contained in:
Efraim Flashner 2023-07-08 23:21:18 +03:00
parent ca2962d830
commit 8bf6170710
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -35561,6 +35561,7 @@ (define-public emacs-xonsh-mode
(uri (git-reference
(url "https://github.com/seanfarley/xonsh-mode")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0lfi2372clkkzi4a940fwparsfhxxzb7bmysfd50n1myakgldri5"))))
(build-system emacs-build-system)