guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-consult-org-roam: Update to 0.1-1-2ca42a1.


From: guix-commits
Subject: 01/02: gnu: emacs-consult-org-roam: Update to 0.1-1-2ca42a1.
Date: Tue, 5 Sep 2023 06:20:27 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit f2f475603c2d0c9db013d2a7c4fb8ecc415ef06c
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Mon Sep 4 18:32:45 2023 +0200

    gnu: emacs-consult-org-roam: Update to 0.1-1-2ca42a1.
    
    * gnu/packages/emacs-xyz.scm (emacs-consult-org-roam): Update to 
0.1-1-2ca42a1.
    
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 802cf1ccaa..d22bd577e6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11467,8 +11467,8 @@ and present results either as single emails or full 
trees.")
     (license license:gpl3+)))
 
 (define-public emacs-consult-org-roam
-  (let* ((commit "9572c5bc194a583dc9e86ea7d2751959d86b5c78")
-         (revision "0"))
+  (let* ((commit "2ca42a1c1641a29f1447d35be01bd1fda368a9e2")
+         (revision "1"))
     (package
       (name "emacs-consult-org-roam")
       (version (git-version "0.1" revision commit))
@@ -11481,7 +11481,7 @@ and present results either as single emails or full 
trees.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0c2hjd2gw77h77487fzdqfybg0ricsvlnwwfxai9baawz37bcn7q"))))
+           "142fra7wap6dfwd4c82j7z3nk1yw78slrwhjx6vkiql8ylbiw5fi"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-consult emacs-org-roam))
       (home-page "https://github.com/jgru/consult-org-roam";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]