mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-org: Update to 9.6.14.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.14. Change-Id: I75bd6ce590f269c2796ebf63a7b9ff51cf9d1b6e
This commit is contained in:
parent
8553499aee
commit
80bbdf4f10
1 changed files with 2 additions and 2 deletions
|
@ -16526,7 +16526,7 @@ (define-public emacs-neotree
|
|||
(define-public emacs-org
|
||||
(package
|
||||
(name "emacs-org")
|
||||
(version "9.6.12")
|
||||
(version "9.6.14")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16535,7 +16535,7 @@ (define-public emacs-org
|
|||
(commit (string-append "release_" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1anzvsa7kj2rp419qc5rv8jz50h7np391lcgbxcin727njyc7wpr"))))
|
||||
(base32 "0g59nfx8gqzkqidqvyvh83yd7mahjm9khhr1ccwqj3r4phwpciqx"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue