mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: emacs-org: Update to 9.6.24.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.24.
This commit is contained in:
parent
c7252a2c14
commit
a9e65e0341
1 changed files with 2 additions and 2 deletions
|
@ -16886,7 +16886,7 @@ (define-public emacs-neotree
|
||||||
(define-public emacs-org
|
(define-public emacs-org
|
||||||
(package
|
(package
|
||||||
(name "emacs-org")
|
(name "emacs-org")
|
||||||
(version "9.6.19")
|
(version "9.6.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16895,7 +16895,7 @@ (define-public emacs-org
|
||||||
(commit (string-append "release_" version))))
|
(commit (string-append "release_" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yxicr9z6drsaybp8jl0jmslcqbz0np4gzzkr70j8pq3x9y69i7z"))))
|
(base32 "1ry7zqv25zbh2lvmirm8vyxc55zggf7s7508nkf4yfs4yayr7rnw"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue