gnu: emacs-toc-org: Update to 1.2.0.

* gnu/packages/emacs-xyz.scm (emacs-toc-org): Update to 1.2.0.
This commit is contained in:
Nicolas Goaziou 2021-11-19 10:35:03 +01:00
parent 2a3ca2696b
commit 8dfab10152
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4033,7 +4033,7 @@ (define-public emacs-skempo
(define-public emacs-toc-org (define-public emacs-toc-org
(package (package
(name "emacs-toc-org") (name "emacs-toc-org")
(version "1.1.0") (version "1.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4042,7 +4042,7 @@ (define-public emacs-toc-org
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0lk0rji85a1c0c5r9an0fdvsm4n4jyixsknmr8ywha3lfmc2p0l8")))) (base32 "00a2al7ghrlabf65kfj1mk30p2pl37h6ppwlgghbgiy7rwlzkdbm"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/snosov1/toc-org") (home-page "https://github.com/snosov1/toc-org")
(synopsis "Table of Contents generator for Emacs Org mode") (synopsis "Table of Contents generator for Emacs Org mode")