gnu: emacs-org: Update to 9.5.2.

* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.2.
This commit is contained in:
Nicolas Goaziou 2021-12-25 02:01:08 +01:00
parent e313b44dcf
commit 253f02481a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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