mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: emacs-org-modern: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.3. Change-Id: I3ddbff6588688e81afc4d2c48e3167ae83a784d9
This commit is contained in:
parent
5b332dd005
commit
07d38815dc
1 changed files with 2 additions and 2 deletions
|
@ -39208,7 +39208,7 @@ (define-public emacs-fennel-mode
|
|||
(define-public emacs-org-modern
|
||||
(package
|
||||
(name "emacs-org-modern")
|
||||
(version "1.2")
|
||||
(version "1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -39216,7 +39216,7 @@ (define-public emacs-org-modern
|
|||
(url "https://github.com/minad/org-modern")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "19mn29f294wng6pgm1vwncx50963wnh7zj33ipynx8qxndbi6hsm"))
|
||||
(base32 "0bk8mz3va5vwkkvgvq761bnm9id8sb70rnf3ydq62ap27k0ab967"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-compat))
|
||||
|
|
Loading…
Reference in a new issue