mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: emacs-org: Update to 9.7.19.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.7.19. Change-Id: I0cc7884206bb2966b43baf17ca5ba1589a518e19 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
851c550290
commit
ddbb59f9bc
1 changed files with 2 additions and 2 deletions
|
@ -18189,7 +18189,7 @@ (define-public emacs-neotree
|
|||
(define-public emacs-org
|
||||
(package
|
||||
(name "emacs-org")
|
||||
(version "9.7.17")
|
||||
(version "9.7.19")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -18198,7 +18198,7 @@ (define-public emacs-org
|
|||
(commit (string-append "release_" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zr5md07f252wxmvp3mna8sslzlqmnc2lmnnnx6zmp695r4227za"))))
|
||||
(base32 "0qzgxk6427mdsd1yw3z7r0x4wsgkzfq7b4jlsh369zdvn8w4377m"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue