mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-org: Update to 9.6.21.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.21. Change-Id: I4a291d8ae78b772e52e009eaf4cd86bb1438c00b
This commit is contained in:
parent
4956116c64
commit
cc20723f61
1 changed files with 2 additions and 2 deletions
|
@ -16897,7 +16897,7 @@ (define-public emacs-neotree
|
|||
(define-public emacs-org
|
||||
(package
|
||||
(name "emacs-org")
|
||||
(version "9.6.19")
|
||||
(version "9.6.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16906,7 +16906,7 @@ (define-public emacs-org
|
|||
(commit (string-append "release_" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0yxicr9z6drsaybp8jl0jmslcqbz0np4gzzkr70j8pq3x9y69i7z"))))
|
||||
(base32 "1hf76wa7qvp9lvkr3rgzk7q3slq7mf17w6w6axaj6cn73ryn2ldw"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue