gnu: emacs-org-modern: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id009309ba4c5ad1d7db860e5748318cfe5a587bbmaster
parent
ddf2c7a1d2
commit
ecae012c80
|
@ -38481,7 +38481,7 @@ Fennel code within Emacs.")
|
|||
(define-public emacs-org-modern
|
||||
(package
|
||||
(name "emacs-org-modern")
|
||||
(version "0.10")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -38489,7 +38489,7 @@ Fennel code within Emacs.")
|
|||
(url "https://github.com/minad/org-modern")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0fpc6pf1chjs9bb4m9hzacny3cdxvnpvwsf0vrbbz3vy9sf1a30c"))
|
||||
(base32 "1nanv3rnrjldr2gd55hn2w8j4zcm6b9jq1qica3m7iyq187ygbdg"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-compat))
|
||||
|
|
Reference in New Issue