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
|
(define-public emacs-org-modern
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-modern")
|
(name "emacs-org-modern")
|
||||||
(version "0.10")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -38489,7 +38489,7 @@ Fennel code within Emacs.")
|
||||||
(url "https://github.com/minad/org-modern")
|
(url "https://github.com/minad/org-modern")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fpc6pf1chjs9bb4m9hzacny3cdxvnpvwsf0vrbbz3vy9sf1a30c"))
|
(base32 "1nanv3rnrjldr2gd55hn2w8j4zcm6b9jq1qica3m7iyq187ygbdg"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-compat))
|
(propagated-inputs (list emacs-compat))
|
||||||
|
|
Reference in New Issue