mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-ox-gfm: Add source file-name.
* gnu/packages/emacs-xyz.scm (emacs-ox-gfm)[source]: Add file-name field.
This commit is contained in:
parent
344c65f1f7
commit
9deb49e1e4
1 changed files with 1 additions and 0 deletions
|
@ -9536,6 +9536,7 @@ (define-public emacs-ox-gfm
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/larstvei/ox-gfm")
|
(url "https://github.com/larstvei/ox-gfm")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0drdypmgxk3238hmkqw9s3cw9wv94cyfqar5ar0bv0k69s92pxj8"))))
|
"0drdypmgxk3238hmkqw9s3cw9wv94cyfqar5ar0bv0k69s92pxj8"))))
|
||||||
|
|
Loading…
Reference in a new issue