summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wilson <david@daviwil.com>2020-01-27 04:42:14 -0800
committerDavid Wilson <david@daviwil.com>2020-01-27 04:42:14 -0800
commit1f7f16dcedb9703981acc47e5677d7817b39740f (patch)
treebe730763bf19ff1ccf017701ebca245e818b2dd7
parent4a0e49279ddc53655f593796b0b1e170369d2a08 (diff)
downloadpatches-1f7f16dcedb9703981acc47e5677d7817b39740f.tar
patches-1f7f16dcedb9703981acc47e5677d7817b39740f.tar.gz
gnu: emacs-org-make-toc: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-org-make-toc): Update to 0.4
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a528f373ad..c5214405d0 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)