mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-org-make-toc: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-org-make-toc): Update to 0.6. Change-Id: I172e297c26488bb1328c2f8397249029315f4705
This commit is contained in:
parent
834b344c72
commit
471c911351
1 changed files with 3 additions and 3 deletions
|
@ -24244,16 +24244,16 @@ (define-public emacs-elegant-agenda-mode
|
|||
(define-public emacs-org-make-toc
|
||||
(package
|
||||
(name "emacs-org-make-toc")
|
||||
(version "0.5")
|
||||
(version "0.6")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/alphapapa/org-make-toc")
|
||||
(commit version)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"180ji6nnj6qj0rs1rdp1zlcrfsqf7ikb44ym8icbp5d6al2s4hnr"))))
|
||||
"0b3ixh8cqp9id1q1h2l6pl05n7vzk7ffp3ms5kxg8bvbn1l3c77l"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-org emacs-dash emacs-s))
|
||||
|
|
Loading…
Reference in a new issue