From 9da5de0cbb599b0ad595e4c2c329ff66f6ac143b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 10 Oct 2025 12:41:41 +0200 Subject: [PATCH] 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 de57242c0a08a7831455d2bf816ebda528aef2c4..9d7d7434a59b08c6070669d03739bdb81ea8d00d 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/")