mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02: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 @@ personal wiki.")
|
||||||
(define-public emacs-org-node
|
(define-public emacs-org-node
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-node")
|
(name "emacs-org-node")
|
||||||
(version "1.7.4")
|
(version "1.9.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -38897,10 +38897,11 @@ personal wiki.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kb62ji2bgnpyvc5p1c0q3hhdvd0w482ijkbg6z1bg6jwgr5ymhx"))))
|
"0a064b3d6mmzyyss9w79mx5z6xpniy53272hfz7691sl1k3cb6fn"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash
|
(list emacs-dash
|
||||||
|
emacs-el-job
|
||||||
emacs-llama
|
emacs-llama
|
||||||
emacs-org
|
emacs-org
|
||||||
emacs-persist
|
emacs-persist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue