mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e961e2cae9
commit
c8fa4c8e01
1 changed files with 51 additions and 53 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue