mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: emacs-stumpwm-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
60ec1cdaeb
commit
c1e57bc70f
1 changed files with 1 additions and 1 deletions
|
@ -11365,7 +11365,7 @@ (define-public emacs-stumpwm-mode
|
|||
(uri (git-reference
|
||||
(url "https://github.com/stumpwm/stumpwm-contrib.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dfwsvz1c8w6j4jp0kzaz78ml3f5dp0a5pvf090kwpbpg176r7iq"))))
|
||||
|
|
Loading…
Reference in a new issue