mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-org: Update to 9.7.17.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.7.17. Change-Id: I61387692581c83e027e5232e307e9a062cf207c5 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
555f9f1269
commit
76b3172cb6
1 changed files with 2 additions and 2 deletions
|
@ -18012,7 +18012,7 @@ (define-public emacs-neotree
|
|||
(define-public emacs-org
|
||||
(package
|
||||
(name "emacs-org")
|
||||
(version "9.7.14")
|
||||
(version "9.7.17")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -18021,7 +18021,7 @@ (define-public emacs-org
|
|||
(commit (string-append "release_" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0c6f4rjkld32hc2m8c5kc1jzip5k56bjzm4f12nc7ipsd3yywvwf"))))
|
||||
(base32 "0zr5md07f252wxmvp3mna8sslzlqmnc2lmnnnx6zmp695r4227za"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue