mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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: Id009309ba4c5ad1d7db860e5748318cfe5a587bb
This commit is contained in:
parent
ddf2c7a1d2
commit
ecae012c80
1 changed files with 2 additions and 2 deletions
|
@ -38481,7 +38481,7 @@ (define-public emacs-fennel-mode
|
|||
(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 @@ (define-public emacs-org-modern
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue