diff options
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index be511a2371..5bfa24e539 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2016, 2017 Roel Janssen <[email protected]> ;;; Copyright © 2016, 2017 Nikita <[email protected]> ;;; Copyright © 2016, 2019 Alex Griffin <[email protected]> -;;; Copyright © 2016-2022 Nicolas Goaziou <[email protected]> +;;; Copyright © 2016-2023 Nicolas Goaziou <[email protected]> ;;; Copyright © 2016, 2017, 2018 Alex Vong <[email protected]> ;;; Copyright © 2016-2022 Arun Isaac <[email protected]> ;;; Copyright © 2017 Christopher Baines <[email protected]> @@ -34208,7 +34208,7 @@ Fennel code within Emacs.") (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 @@ Fennel code within Emacs.") (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") |