1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: emacs-org-node: Update to 1.9.28.

* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 1.9.28.

Change-Id: I85f763c018ce50de122ac64e1c6bfea554115142
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:32:09 +01:00
parent 609371cb8a
commit 0212abaab4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -39276,7 +39276,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.9.15") (version "1.9.28")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -39285,7 +39285,7 @@ personal wiki.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0a064b3d6mmzyyss9w79mx5z6xpniy53272hfz7691sl1k3cb6fn")))) "0zjwmcxgnhrs4a0kj39fphwah0jqyjpprzmpn2pclcc4gbbl9qp9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-dash (list emacs-dash