Archived
1
0
Fork 0

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:
Nicolas Goaziou 2023-09-01 21:55:20 +02:00
parent 1dd8c9f934
commit baa70d2d2f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7161,7 +7161,7 @@ allrecipes.com.")
(define-public emacs-org-inline-pdf (define-public emacs-org-inline-pdf
(package (package
(name "emacs-org-inline-pdf") (name "emacs-org-inline-pdf")
(version "0.3") (version "0.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -7170,7 +7170,7 @@ allrecipes.com.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1i5hvdnd0bqr663i2ccdxba58ib0ixmc1y40mld6znmgc8p2973l")))) "04rfv4qsyhc8w23hbzw8k5f292lafkgf1n0gbbkgc93gifx91s4f"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (inputs
(list pdf2svg)) (list pdf2svg))
@ -7186,7 +7186,7 @@ allrecipes.com.")
(home-page "https://github.com/shg/org-inline-pdf.el") (home-page "https://github.com/shg/org-inline-pdf.el")
(synopsis "Inline PDF previewing for Org") (synopsis "Inline PDF previewing for Org")
(description "This package provides a minor mode that enables (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+))) (license license:gpl3+)))
(define-public emacs-org-rainbow-tags (define-public emacs-org-rainbow-tags