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.4.1.
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 1.4.1. Change-Id: Ie2ae21e3f752630dd0a08cf568d072496f78f0a8
This commit is contained in:
parent
2f0644a8c0
commit
ebb715aabf
1 changed files with 2 additions and 2 deletions
|
@ -38170,7 +38170,7 @@ (define-public emacs-org-roam
|
|||
(define-public emacs-org-node
|
||||
(package
|
||||
(name "emacs-org-node")
|
||||
(version "1.1.2")
|
||||
(version "1.4.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -38179,7 +38179,7 @@ (define-public emacs-org-node
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l6xk760sjj384fv06ihiv5shq08ly17ap1vla7d307d7nag9c1n"))))
|
||||
"0gf8abfjm2hhp19g9zi38gbvr9lmx9li0jma838q8hj1f1k7ps1q"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
|
|
Loading…
Reference in a new issue