emacs-org-roam-ui: Update to latest commit

This commit is contained in:
Collin J. Doering 2021-08-26 22:44:46 -04:00
parent ad781f7ee0
commit c798f67d8a
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 9 additions and 9 deletions

View File

@ -677,7 +677,7 @@ See perspective.el on github: https://github.com/nex3/perspective-el
(license license:gpl3+)))
(define-public emacs-org-roam-ui
(let ((commit "bd31703d8627d3c8e046d62223a08d295f0e9578")
(let ((commit "7c96318ab8ebaf17eed7480996b70229f36a94e8")
(revision "1"))
(package
(name "emacs-org-roam-ui")
@ -690,7 +690,7 @@ See perspective.el on github: https://github.com/nex3/perspective-el
(file-name (git-file-name name version))
(sha256
(base32
"0lbxglzr9xdacyzrfisyifsqlw6xlvn3013vnrj08s7wznz77226"))))
"1vfkh57cdbax3jm0wvfnlsr7ph87xpnn7zf4li02ngp3v34raf4h"))))
(build-system emacs-build-system)
(inputs `(("emacs" ,emacs)))
(propagated-inputs
@ -716,13 +716,13 @@ See perspective.el on github: https://github.com/nex3/perspective-el
(lambda (port)
(format port
"[Desktop Entry]~@
Name=Org-Protocol~@
Comment=Protocol which allows interaction between org-roam-server in emacs and a web browser~@
Exec=~a/bin/emacsclient %u~@
Icon=emacs-icon~@
Type=Application~@
Terminal=false~@
MimeType=x-scheme-handler/org-protocol~%"
Name=Org-Protocol~@
Comment=Protocol which allows interaction between org-roam-server in emacs and a web browser~@
Exec=~a/bin/emacsclient %u~@
Icon=emacs-icon~@
Type=Application~@
Terminal=false~@
MimeType=x-scheme-handler/org-protocol~%"
emacs)))
#t))))))
(home-page