diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-04-14 09:53:21 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-04-14 09:53:26 +0200 |
commit | 3a3ec03412251d194a70448bacc368e10c0d2974 (patch) | |
tree | 750b2d6f7932bf70be444d97b2f324e623dcc7e3 /gnu/packages | |
parent | 01a2911e3611efd078387a86bf60114316bc35b4 (diff) | |
download | patches-3a3ec03412251d194a70448bacc368e10c0d2974.tar patches-3a3ec03412251d194a70448bacc368e10c0d2974.tar.gz |
gnu: emacs-org-make-toc: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-org-make-toc): Update to 0.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index bd1ce3a298..2c062cf9ec 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) |