mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-org-re-reveal: Update to 2.12.2.
[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-05-14T11:15:53+0200 using RSA]] To test this, I made a presentation about guix git workflow in emacs: https://www.rohleder.de/~mike/guix-workflow/ maybe, its useful for someone. From 528ccdab63cf399012582450491be6df3d8cc431 Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Thu, 14 May 2020 08:16:49 +0000 Subject: [PATCH] gnu: emacs-org-re-reveal: Update to 2.12.2. * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 2.12.2.
This commit is contained in:
parent
f6ec9f9d39
commit
d4e3ea3f2f
1 changed files with 2 additions and 2 deletions
|
@ -14567,7 +14567,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 "2.5.1")
|
(version "2.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -14576,7 +14576,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
|
||||||
"1zbz6hbddxbb264ibmhc04cmnpk17kb50jpn5l8878q4hxw5wwy2"))))
|
"19nz77f2r49hqavz50ri222prhrd5890vhvc7jfazbascbcdjbqv"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-htmlize" ,emacs-htmlize)
|
`(("emacs-htmlize" ,emacs-htmlize)
|
||||||
|
|
Loading…
Reference in a new issue