guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-org-make-toc: Update to 0.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-make-toc: Update to 0.5.
Date: Tue, 14 Apr 2020 03:57:54 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3a3ec03  gnu: emacs-org-make-toc: Update to 0.5.
3a3ec03 is described below

commit 3a3ec03412251d194a70448bacc368e10c0d2974
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Tue Apr 14 09:53:21 2020 +0200

    gnu: emacs-org-make-toc: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-make-toc): Update to 0.5.
---
 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 bd1ce3a..2c062cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12867,7 +12867,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.4")
+    (version "0.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -12876,7 +12876,7 @@ into sections while preserving the structure imposed by 
any timestamps.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0348iq3bc3rxs5bqdvskyly4agqxiapamqkfm0323620kxl70agw"))))
+                "180ji6nnj6qj0rs1rdp1zlcrfsqf7ikb44ym8icbp5d6al2s4hnr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-org" ,emacs-org)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]