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:
Nicolas Goaziou 2024-09-15 09:20:35 +02:00
parent 834b344c72
commit 471c911351
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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))