me
/
guix
Archived
1
0
Fork 0

gnu: emacs-bookmark-plus: Use a source file-name.

* gnu/packages/emacs-xyz.scm (emacs-bookmark-plus)[source]: Use a source
file-name.
Efraim Flashner 2023-07-08 23:22:47 +03:00
parent 8bf6170710
commit df4eee2594
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -364,11 +364,12 @@
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacsmirror/bookmark-plus")
(commit "3db369056a722c42b3eafd10a91831f87d056dfa")))
(url "https://github.com/emacsmirror/bookmark-plus")
(commit "3db369056a722c42b3eafd10a91831f87d056dfa")))
(file-name (git-file-name name version))
(sha256
(base32
"0fnq24f597zfr8jj5h3vr87kdil5lhy11m81q6ayqc03qm0jymrf"))))
"0fnq24f597zfr8jj5h3vr87kdil5lhy11m81q6ayqc03qm0jymrf"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacsmirror/bookmark-plus")
(synopsis "Extensions to the Bookmark library in Emacs")