mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-org-node: Update to 1.9.15.
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 1.9.15. [propagated-inputs]: Add emacs-el-job. Change-Id: Ib29ff1c4e008ccc1bce7ad2139e50fa12c89221d
This commit is contained in:
parent
ed642b38e6
commit
3f51f4bd99
1 changed files with 3 additions and 2 deletions
|
@ -38888,7 +38888,7 @@ (define-public emacs-org-roam
|
|||
(define-public emacs-org-node
|
||||
(package
|
||||
(name "emacs-org-node")
|
||||
(version "1.7.4")
|
||||
(version "1.9.15")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -38897,10 +38897,11 @@ (define-public emacs-org-node
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kb62ji2bgnpyvc5p1c0q3hhdvd0w482ijkbg6z1bg6jwgr5ymhx"))))
|
||||
"0a064b3d6mmzyyss9w79mx5z6xpniy53272hfz7691sl1k3cb6fn"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
emacs-el-job
|
||||
emacs-llama
|
||||
emacs-org
|
||||
emacs-persist
|
||||
|
|
Loading…
Reference in a new issue