mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-org-node: Update to 1.1.2.
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 1.1.2. [native-inputs]: Add emacs-llama. Change-Id: I53f7e7580aed312e4bf755e82a5a1de0533b8f18
This commit is contained in:
parent
3226081849
commit
e0082885cf
1 changed files with 4 additions and 4 deletions
|
@ -38169,7 +38169,7 @@ (define-public emacs-org-roam
|
|||
(define-public emacs-org-node
|
||||
(package
|
||||
(name "emacs-org-node")
|
||||
(version "0.8.6")
|
||||
(version "1.1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -38178,14 +38178,14 @@ (define-public emacs-org-node
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1binkkx86byw56zlignddrw7n0y0civ09wlch4yvxk9asdazkc0c"))))
|
||||
"0l6xk760sjj384fv06ihiv5shq08ly17ap1vla7d307d7nag9c1n"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
emacs-llama
|
||||
emacs-org
|
||||
emacs-persist
|
||||
emacs-transient
|
||||
))
|
||||
emacs-transient))
|
||||
(home-page "https://github.com/meedstrom/org-node")
|
||||
(synopsis "Non-hierarchical note-taking with Org-mode, faster than
|
||||
org-roam")
|
||||
|
|
Loading…
Reference in a new issue