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:
Efraim Flashner 2022-11-14 15:07:44 +02:00
parent 344c65f1f7
commit 9deb49e1e4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"))))