gnu: emacs-org-tree-slide: Update to 2.8.14.
* gnu/packages/emacs-xyz.scm (emacs-org-tree-slide): Update to 2.8.14.
This commit is contained in:
parent
6c50e1dc06
commit
e3887d0666
1 changed files with 8 additions and 6 deletions
|
@ -10657,20 +10657,22 @@ navigation with the grails mode.")
|
||||||
(deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
|
(deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
|
||||||
|
|
||||||
(define-public emacs-org-tree-slide
|
(define-public emacs-org-tree-slide
|
||||||
(let ((commit "dff8f1a4a64c8dd0a1fde0b0131e2fe186747134")
|
(let ((commit "036a36eec1cf712d3db155572aed325daa372eb5")
|
||||||
(revision "0"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-tree-slide")
|
(name "emacs-org-tree-slide")
|
||||||
(version (git-version "0.1" revision commit))
|
(version (git-version "2.8.4" revision commit))
|
||||||
(home-page "https://github.com/takaxp/org-tree-slide")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url home-page) (commit commit)))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/takaxp/org-tree-slide.git")
|
||||||
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"153bg0x7ypla11pq51jmsgzfjklwwnrq56xgpbfhk1j16xwz9hyf"))
|
"1r8ncx25xmxicgciyv5przp68y8qgy40fm10ba55awvql4xcm0yk"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/takaxp/org-tree-slide")
|
||||||
(synopsis "Presentation tool for org-mode")
|
(synopsis "Presentation tool for org-mode")
|
||||||
(description
|
(description
|
||||||
"Org-tree-slide provides a slideshow mode to view org-mode files. Use
|
"Org-tree-slide provides a slideshow mode to view org-mode files. Use
|
||||||
|
|
Reference in a new issue