From c798f67d8ad56f5f6f62efe5300498898e720515 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Thu, 26 Aug 2021 22:44:46 -0400 Subject: [PATCH] emacs-org-roam-ui: Update to latest commit --- rekahsoft-gnu/packages/emacs-xyz.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/rekahsoft-gnu/packages/emacs-xyz.scm b/rekahsoft-gnu/packages/emacs-xyz.scm index 442c3b9..701f766 100644 --- a/rekahsoft-gnu/packages/emacs-xyz.scm +++ b/rekahsoft-gnu/packages/emacs-xyz.scm @@ -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