me
/
guix
Archived
1
0
Fork 0

gnu: emacs-prism: Use a source file-name.

* gnu/packages/emacs-xyz.scm (emacs-prism)[source]: Use a source
file-name.
Efraim Flashner 2023-07-08 23:19:44 +03:00
parent 718dffdf6e
commit a4d8df2b7b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1226,6 +1226,7 @@ buffer.")
(uri (git-reference
(url "https://github.com/alphapapa/prism.el")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0n2gf7302hqdnhsax1y3ahksfmmpd8cmiv1zgb7rjg8qhcs0iqp2"))))