gnu: emacs-org-roam: Update to 2.3.0.

* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.3.0.

Change-Id: I315c5845da5bf1308f51154a4d486fa1580089cb
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Kjartan Oli Agustsson 2025-06-03 00:49:35 +00:00 committed by Hilton Chain
parent e961e2cae9
commit c8fa4c8e01
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -40687,20 +40687,18 @@ go directly to where they belong.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-org-roam (define-public emacs-org-roam
(let ((commit "046822b512ffecdee7d110f73dd3a511802ca590")
(revision "2"))
(package (package
(name "emacs-org-roam") (name "emacs-org-roam")
(version (git-version "2.2.2" revision commit)) (version "2.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/org-roam/org-roam") (url "https://github.com/org-roam/org-roam")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0jbj48glh0r6fkb0lk1xb9067x2myp3krkw2byycijwdq1nlqzv2")))) (base32 "00ijpvsghak5d9p703gnyaksfbniwj062qids0m8xkvvxbzqsdda"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
@ -40721,7 +40719,7 @@ go directly to where they belong.")
("org-roam-graph-executable" ("org-roam-graph-executable"
(search-input-file inputs "/bin/dot"))))) (search-input-file inputs "/bin/dot")))))
(add-after 'install 'install-image (add-after 'install 'install-image
(lambda* (#:key outputs #:allow-other-keys) (lambda _
(install-file "doc/images/org-ref-citelink.png" (install-file "doc/images/org-ref-citelink.png"
(string-append #$output "/share/info/images")))) (string-append #$output "/share/info/images"))))
(add-after 'unpack 'make-info (add-after 'unpack 'make-info
@ -40743,7 +40741,7 @@ notes with Org mode. Notes are captured without hierarchy and are connected
by tags. Notes can be found and created quickly. Org Roam should also work by tags. Notes can be found and created quickly. Org Roam should also work
as a plug-and-play solution for anyone already using Org mode for their as a plug-and-play solution for anyone already using Org mode for their
personal wiki.") personal wiki.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-org-node (define-public emacs-org-node
(package (package