gnu: emacs-org-inline-pdf: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-org-inline-pdf): Update to 0.5. [description]: Add Texinfo markup.
This commit is contained in:
parent
1dd8c9f934
commit
baa70d2d2f
1 changed files with 3 additions and 3 deletions
|
@ -7161,7 +7161,7 @@ (define-public emacs-org-chef
|
|||
(define-public emacs-org-inline-pdf
|
||||
(package
|
||||
(name "emacs-org-inline-pdf")
|
||||
(version "0.3")
|
||||
(version "0.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -7170,7 +7170,7 @@ (define-public emacs-org-inline-pdf
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i5hvdnd0bqr663i2ccdxba58ib0ixmc1y40mld6znmgc8p2973l"))))
|
||||
"04rfv4qsyhc8w23hbzw8k5f292lafkgf1n0gbbkgc93gifx91s4f"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
(list pdf2svg))
|
||||
|
@ -7186,7 +7186,7 @@ (define-public emacs-org-inline-pdf
|
|||
(home-page "https://github.com/shg/org-inline-pdf.el")
|
||||
(synopsis "Inline PDF previewing for Org")
|
||||
(description "This package provides a minor mode that enables
|
||||
inline PDF preview in Org buffers by using pdf2svg.")
|
||||
inline PDF preview in Org buffers by using @command{pdf2svg}.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-org-rainbow-tags
|
||||
|
|
Loading…
Reference in a new issue