This is an automated email from the git hooks/post-receive script. daviwil pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 1f7f16d gnu: emacs-org-make-toc: Update to 0.4. 1f7f16d is described below commit 1f7f16dcedb9703981acc47e5677d7817b39740f Author: David Wilson <da...@daviwil.com> AuthorDate: Mon Jan 27 04:42:14 2020 -0800 gnu: emacs-org-make-toc: Update to 0.4. * gnu/packages/emacs-xyz.scm (emacs-org-make-toc): Update to 0.4 --- 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 a528f37..c521440 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12356,7 +12356,7 @@ into sections while preserving the structure imposed by any timestamps.") (define-public emacs-org-make-toc (package (name "emacs-org-make-toc") - (version "0.3") + (version "0.4") (source (origin (method git-fetch) (uri (git-reference @@ -12365,7 +12365,7 @@ into sections while preserving the structure imposed by any timestamps.") (file-name (git-file-name name version)) (sha256 (base32 - "0syhj8q4pv33xgl5qa6x27yhwqvfhffw5xqp819hj4qs1ddlc7j5")))) + "0348iq3bc3rxs5bqdvskyly4agqxiapamqkfm0323620kxl70agw")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-org" ,emacs-org)