mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: emacs-org-re-reveal: Update to 2.5.1.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 2.5.1.
This commit is contained in:
parent
352b1dcd6b
commit
49175a9bab
1 changed files with 3 additions and 3 deletions
|
@ -12743,16 +12743,16 @@ (define-public emacs-org-reveal
|
|||
(define-public emacs-org-re-reveal
|
||||
(package
|
||||
(name "emacs-org-re-reveal")
|
||||
(version "1.0.3")
|
||||
(version "2.5.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/oer/org-re-reveal.git")
|
||||
(commit "50cc6574c77f12d423f6cd096d8f76feb3673abc")))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v3z30gpimg4spf6zzqwp9b597zxk89h0vpq6xp58js4rjg4ixk8"))))
|
||||
"1zbz6hbddxbb264ibmhc04cmnpk17kb50jpn5l8878q4hxw5wwy2"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-htmlize" ,emacs-htmlize)
|
||||
|
|
Loading…
Reference in a new issue