gnu: emacs-org: Update to 9.5.3.

* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.3.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:01 +02:00
parent 197d019f24
commit b575ed6a8b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -12745,7 +12745,7 @@ (define-public emacs-neotree
(define-public emacs-org
(package
(name "emacs-org")
(version "9.5.2")
(version "9.5.3")
(source
(origin
(method git-fetch)
@ -12754,7 +12754,7 @@ (define-public emacs-org
(commit (string-append "release_" version))))
(file-name (git-file-name name version))
(sha256
(base32 "19fg3drf5h7k46fkdn3b09s69rx8a909cslg7vp2k3b2yji77fdp"))))
(base32 "0h1n6gqxv3kj3y98n5547rhpw4qnp03lfar79npb4paqgpxf76wb"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t