mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
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:
parent
2a3ca2696b
commit
8dfab10152
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue