me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ox-gfm: Add source file-name.

* gnu/packages/emacs-xyz.scm (emacs-ox-gfm)[source]: Add file-name
field.
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
1 changed files with 1 additions and 0 deletions

View File

@ -9536,6 +9536,7 @@ may export to Markdown so that it can be used for a web based CV.")
(uri (git-reference
(url "https://github.com/larstvei/ox-gfm")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0drdypmgxk3238hmkqw9s3cw9wv94cyfqar5ar0bv0k69s92pxj8"))))