me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-make-toc): Update to 0.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -12867,7 +12867,7 @@ into sections while preserving the structure imposed by any timestamps.")
(define-public emacs-org-make-toc (define-public emacs-org-make-toc
(package (package
(name "emacs-org-make-toc") (name "emacs-org-make-toc")
(version "0.4") (version "0.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -12876,7 +12876,7 @@ into sections while preserving the structure imposed by any timestamps.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0348iq3bc3rxs5bqdvskyly4agqxiapamqkfm0323620kxl70agw")))) "180ji6nnj6qj0rs1rdp1zlcrfsqf7ikb44ym8icbp5d6al2s4hnr"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-org" ,emacs-org) `(("emacs-org" ,emacs-org)