[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-toc-org: Update to 1.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-toc-org: Update to 1.2.0. |
Date: |
Fri, 19 Nov 2021 04:35:51 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8dfab10 gnu: emacs-toc-org: Update to 1.2.0.
8dfab10 is described below
commit 8dfab10152f4c13d747afadfabf47001001e0260
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Nov 19 10:35:03 2021 +0100
gnu: emacs-toc-org: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-toc-org): Update to 1.2.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1e5a3e2..c844a7f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4033,7 +4033,7 @@ also adds tags and marks support for Skeleton, and Abbrev
support for Tempo.")
(define-public emacs-toc-org
(package
(name "emacs-toc-org")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -4042,7 +4042,7 @@ also adds tags and marks support for Skeleton, and Abbrev
support for Tempo.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0lk0rji85a1c0c5r9an0fdvsm4n4jyixsknmr8ywha3lfmc2p0l8"))))
+ (base32 "00a2al7ghrlabf65kfj1mk30p2pl37h6ppwlgghbgiy7rwlzkdbm"))))
(build-system emacs-build-system)
(home-page "https://github.com/snosov1/toc-org";)
(synopsis "Table of Contents generator for Emacs Org mode")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-toc-org: Update to 1.2.0.,
guix-commits <=