gnu: emacs-org-re-reveal: Update to 3.1.1.

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.1.
This commit is contained in:
Oleg Pykhalov 2020-08-25 21:10:53 +03:00
parent fbd36a2334
commit fdaba559d0
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -15428,7 +15428,7 @@ (define-public emacs-org-reveal
(define-public emacs-org-re-reveal (define-public emacs-org-re-reveal
(package (package
(name "emacs-org-re-reveal") (name "emacs-org-re-reveal")
(version "3.1.0") (version "3.1.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -15437,7 +15437,7 @@ (define-public emacs-org-re-reveal
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1cmvqr97vx22lw510z0k2nsy5xfgnz2lvchmx5sdxrqz54pz1wfq")))) "0an799lxy1j48zlg00982d1rhg46ls4fz4v7r7qdh6228icq5hij"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-htmlize" ,emacs-htmlize) `(("emacs-htmlize" ,emacs-htmlize)