mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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
|
(define-public emacs-org-re-reveal
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-re-reveal")
|
(name "emacs-org-re-reveal")
|
||||||
(version "1.0.3")
|
(version "2.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/oer/org-re-reveal.git")
|
(url "https://gitlab.com/oer/org-re-reveal.git")
|
||||||
(commit "50cc6574c77f12d423f6cd096d8f76feb3673abc")))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v3z30gpimg4spf6zzqwp9b597zxk89h0vpq6xp58js4rjg4ixk8"))))
|
"1zbz6hbddxbb264ibmhc04cmnpk17kb50jpn5l8878q4hxw5wwy2"))))
|
||||||
(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