@@ 42267,7 42267,7 @@ go directly to where they belong.")
(define-public emacs-org-roam
(package
(name "emacs-org-roam")
- (version "2.3.0")
+ (version "2.3.1")
(source
(origin
(method git-fetch)
@@ 42276,7 42276,7 @@ go directly to where they belong.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "00ijpvsghak5d9p703gnyaksfbniwj062qids0m8xkvvxbzqsdda"))))
+ (base32 "0cl0f50din00hj541iskl5mxr8ijaf5pnpy6z7zvsam8l4gj8f73"))))
(build-system emacs-build-system)
(arguments
(list
@@ 42310,7 42310,8 @@ go directly to where they belong.")
(native-inputs
(list emacs-ert-runner texinfo))
(propagated-inputs
- (list emacs-dash
+ (list emacs-cond-let
+ emacs-dash
emacs-emacsql
emacs-magit))
(home-page "https://github.com/org-roam/org-roam/")