gnu: emacs-org: Update to 9.5.1.

* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.1.
This commit is contained in:
Nicolas Goaziou 2021-11-28 22:05:57 +01:00
parent 5ee135df5f
commit 8351f6c570
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -12293,7 +12293,7 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
(version "9.5")
(version "9.5.1")
(source
(origin
(method git-fetch)
@ -12302,7 +12302,7 @@ passive voice.")
(commit (string-append "release_" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1gnzx53gkg2c6ljam31bvbibkra66lfx0w04jqmsv2gk8613527r"))))
(base32 "0ajig1sb4zxffx3lv7l7xvsf77qgs3s7pm2ylxa3wanwmpk3gvcg"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t