mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
ca2962d830
commit
8bf6170710
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue