gnu: emacs-org: Update to 9.6.28.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.28. Change-Id: I17d04c32b39eaf461efce598da185bfe19b7fd0e Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
53fffb1fa7
commit
c54badf904
1 changed files with 2 additions and 2 deletions
|
@ -17013,7 +17013,7 @@ passive voice.")
|
|||
(define-public emacs-org
|
||||
(package
|
||||
(name "emacs-org")
|
||||
(version "9.6.24")
|
||||
(version "9.6.28")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17022,7 +17022,7 @@ passive voice.")
|
|||
(commit (string-append "release_" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ry7zqv25zbh2lvmirm8vyxc55zggf7s7508nkf4yfs4yayr7rnw"))))
|
||||
(base32 "1fp7arax4wjzgbcqvmj7xrcjipqskhlznsc6q5cb32dvb7akn1ni"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Reference in a new issue