1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

From 1c27f0dd4ab904319ba2b11c29afea07b7f4aca9 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Mon, 20 Jul 2020 18:55:29 +0200
Subject: [PATCH] gnu: emacs-org-re-reveal: Update to 3.0.2.

* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.0.2.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
Michael Rohleder
2020-07-20 18:56:55 +02:00
committed by Oleg Pykhalov
parent fb38560c82
commit f92a03e332

View File

@@ -15170,16 +15170,16 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
(version "2.12.2")
(version "3.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/oer/org-re-reveal.git")
(url "https://gitlab.com/oer/org-re-reveal")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"19nz77f2r49hqavz50ri222prhrd5890vhvc7jfazbascbcdjbqv"))))
"1jjawkqrhbm787jkzfnwz1ixjphm5mgrhdi3qhzl0jzbjib5a4bf"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-htmlize" ,emacs-htmlize)