gnu: emacs-org-modern: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.7.
This commit is contained in:
Nicolas Goaziou 2023-01-01 11:13:27 +01:00
parent 343c220e1b
commit c445807c26
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016, 2019 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016-2022 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
@ -34208,7 +34208,7 @@ (define-public emacs-fennel-mode
(define-public emacs-org-modern
(package
(name "emacs-org-modern")
(version "0.6")
(version "0.7")
(source
(origin
(method git-fetch)
@ -34216,7 +34216,7 @@ (define-public emacs-org-modern
(url "https://github.com/minad/org-modern")
(commit version)))
(sha256
(base32 "03zpwb475rpbhq1s6101clj0j9mcxdg033clvvybp0p7hm4inwaz"))
(base32 "0bqps8dpvqd2dfw3bamnnf1ikvd48vn8hgb08975f0wski54xh5n"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(home-page "https://github.com/minad/org-modern")