mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-prism: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-prism)[source]: Use a source file-name.
This commit is contained in:
parent
718dffdf6e
commit
a4d8df2b7b
1 changed files with 1 additions and 0 deletions
|
@ -1226,6 +1226,7 @@ (define-public emacs-prism
|
|||
(uri (git-reference
|
||||
(url "https://github.com/alphapapa/prism.el")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n2gf7302hqdnhsax1y3ahksfmmpd8cmiv1zgb7rjg8qhcs0iqp2"))))
|
||||
|
|
Loading…
Reference in a new issue