[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: emacs-org-modern: Update to 0.7.
From: |
guix-commits |
Subject: |
01/06: gnu: emacs-org-modern: Update to 0.7. |
Date: |
Sun, 1 Jan 2023 05:23:59 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit c445807c2621d0ad9c4c5e08473f69791c4695b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 1 11:13:27 2023 +0100
gnu: emacs-org-modern: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.7.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file 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 <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 @@ 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")
- branch master updated (343c220e1b -> 87cc524f52), guix-commits, 2023/01/01
- 03/06: gnu: emacs-osm: Update to 0.9., guix-commits, 2023/01/01
- 02/06: gnu: emacs-tramp: Update to 2.6.0., guix-commits, 2023/01/01
- 01/06: gnu: emacs-org-modern: Update to 0.7.,
guix-commits <=
- 04/06: gnu: emacs-plz: Update to 0.3., guix-commits, 2023/01/01
- 06/06: gnu: emacs-subed: Update to 1.0.29., guix-commits, 2023/01/01
- 05/06: gnu: emacs-cape: Update to 0.12., guix-commits, 2023/01/01