mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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
|
(define-public emacs-org-node
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-node")
|
(name "emacs-org-node")
|
||||||
(version "1.1.2")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -38179,7 +38179,7 @@ (define-public emacs-org-node
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l6xk760sjj384fv06ihiv5shq08ly17ap1vla7d307d7nag9c1n"))))
|
"0gf8abfjm2hhp19g9zi38gbvr9lmx9li0jma838q8hj1f1k7ps1q"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash
|
(list emacs-dash
|
||||||
|
|
Loading…
Reference in a new issue