guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9da5de0cbb599b0ad595e4c2c329ff66f6ac143b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 12:41:41 2025 +0200

    gnu: emacs-org-roam: Update to 2.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.3.1.
    [propagated-inputs]: Add emacs-cond-let.
    
    Change-Id: Ia7bccea929e952515682106d89ee9ba5bfc8931a
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index de57242c0a..9d7d7434a5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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/";)

Reply via email to