gnu: emacs-org-make-toc: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-org-make-toc): Update to 0.5.
This commit is contained in:
Pierre Neidhardt 2020-04-14 09:53:21 +02:00
parent 01a2911e36
commit 3a3ec03412
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -12867,7 +12867,7 @@ (define-public emacs-org-super-agenda
(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 @@ (define-public emacs-org-make-toc
(file-name (git-file-name name version))
(sha256
(base32
"0348iq3bc3rxs5bqdvskyly4agqxiapamqkfm0323620kxl70agw"))))
"180ji6nnj6qj0rs1rdp1zlcrfsqf7ikb44ym8icbp5d6al2s4hnr"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-org" ,emacs-org)