mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-modern: Update to 1.9.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.9. Change-Id: Icd38c4e3f65865a353d6a5414d9746e4f032bfb3 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
f69f1dad3f
commit
8d9a667d06
1 changed files with 2 additions and 2 deletions
|
@ -43483,7 +43483,7 @@ Fennel code within Emacs.")
|
|||
(define-public emacs-org-modern
|
||||
(package
|
||||
(name "emacs-org-modern")
|
||||
(version "1.7")
|
||||
(version "1.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -43491,7 +43491,7 @@ Fennel code within Emacs.")
|
|||
(url "https://github.com/minad/org-modern")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "04bmlwc81d8h8n10xb2nhwmcvn1701nr73hxajl6hasswzqqmh70"))
|
||||
(base32 "08ddrzqvlckj10b0anhdis6cfx448dw3n027cswklmzx6bj3rmfz"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-compat))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue