Archived
1
0
Fork 0

gnu: emacs-org-roam: Update to 1.2.3-0.8ad57b1.

* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.3-0.8ad57b1.
[propagated-inputs]: Replace emacs-org-ref with emacs-org and remove
emacs-company.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Alexandr Vityazev 2021-03-23 13:26:01 +03:00 committed by Christopher Baines
parent ebeb018ca3
commit ce29fa76f4
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -26566,34 +26566,36 @@ snippets for Emacs.")
(license license:expat)))) (license license:expat))))
(define-public emacs-org-roam (define-public emacs-org-roam
(package (let ((commit "8ad57b121831eda8d226faa14ff2ba7ab652849c")
(name "emacs-org-roam") (revision "0")
(version "1.2.3") (version "1.2.3"))
(source (package
(origin (name "emacs-org-roam")
(method git-fetch) (version (git-version version revision commit))
(uri (git-reference (source
(url "https://github.com/org-roam/org-roam") (origin
(commit (string-append "v" version)))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://github.com/org-roam/org-roam")
(base32 "0n8c0yxqb62i39kn0d5x83s96vwc0nbg0sx5hplffnbkfbj88bba")))) (commit commit)))
(build-system emacs-build-system) (file-name (git-file-name name version))
(propagated-inputs (sha256
`(("emacs-company" ,emacs-company) (base32 "162qhb6rkpl1n0l8yhnwgagsx56ykaj9lchsny1id5z1257kgw9w"))))
("emacs-dash" ,emacs-dash) (build-system emacs-build-system)
("emacs-emacsql-sqlite3" ,emacs-emacsql-sqlite3) (propagated-inputs
("emacs-f" ,emacs-f) `(("emacs-dash" ,emacs-dash)
("emacs-org-ref" ,emacs-org-ref) ("emacs-emacsql-sqlite3" ,emacs-emacsql-sqlite3)
("emacs-s" ,emacs-s))) ("emacs-f" ,emacs-f)
(home-page "https://github.com/org-roam/org-roam/") ("emacs-org" ,emacs-org)
(synopsis "Non-hierarchical note-taking with Org mode") ("emacs-s" ,emacs-s)))
(description "Emacs Org Roam is a solution for taking non-hierarchical (home-page "https://github.com/org-roam/org-roam/")
(synopsis "Non-hierarchical note-taking with Org mode")
(description "Emacs Org Roam is a solution for taking non-hierarchical
notes with Org mode. Notes are captured without hierarchy and are connected 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-roam-bibtex (define-public emacs-org-roam-bibtex
(package (package