From 8e9f207c5e379059466ca88fb28d50330f4a6674 Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Mon, 6 Mar 2023 11:22:17 +0400 Subject: [PATCH] gnu: emacs-org-modern: Update to 0.8. * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.8. --- gnu/packages/emacs-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3f7fcf4481..9c914ce5a4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -123,6 +123,7 @@ ;;; Copyright © 2023 John Kehayias ;;; Copyright © 2023 Ivan Vilata-i-Balaguer ;;; Copyright © 2022 Demis Balbach +;;; Copyright © 2020, 2021, 2022, 2023 Andrew Tropin ;;; ;;; This file is part of GNU Guix. ;;; @@ -35326,7 +35327,7 @@ Fennel code within Emacs.") (define-public emacs-org-modern (package (name "emacs-org-modern") - (version "0.7") + (version "0.8") (source (origin (method git-fetch) @@ -35334,7 +35335,7 @@ Fennel code within Emacs.") (url "https://github.com/minad/org-modern") (commit version))) (sha256 - (base32 "0bqps8dpvqd2dfw3bamnnf1ikvd48vn8hgb08975f0wski54xh5n")) + (base32 "09i85yfg8knkf3z2yrx2wzj1fqsy8f8hxz184zjdacaj4xygpzj6")) (file-name (git-file-name name version)))) (build-system emacs-build-system) (home-page "https://github.com/minad/org-modern")