mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: emacs-undo-tree: Update to 0.7.4.
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.4. [source]: Use GNU ELPA repository.
This commit is contained in:
parent
35f9af5f7d
commit
8f21ddad41
1 changed files with 10 additions and 11 deletions
|
@ -2675,20 +2675,19 @@ (define-public emacs-olivetti
|
||||||
(define-public emacs-undo-tree
|
(define-public emacs-undo-tree
|
||||||
(package
|
(package
|
||||||
(name "emacs-undo-tree")
|
(name "emacs-undo-tree")
|
||||||
(version "0.7.1")
|
(version "0.7.4")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method url-fetch)
|
||||||
(url "http://dr-qubit.org/git/undo-tree.git")
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
(commit (string-append "release/" version))))
|
"undo-tree-" version ".el"))
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "018ixl802f076sfyf4gkacpgrdpybin88jd8vq9zgyvc6x2dalfa"))))
|
||||||
"1nr0149y2nvrxj56gc12jqnfl01g6z9ypfsgl6pfg85cw73hnggk"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "http://www.dr-qubit.org/emacs.php")
|
(home-page "http://www.dr-qubit.org/emacs.php")
|
||||||
(synopsis "Treat undo history as a tree")
|
(synopsis "Treat undo history as a tree")
|
||||||
(description "Tree-like interface to Emacs undo system, providing
|
(description
|
||||||
|
"Tree-like interface to Emacs undo system, providing
|
||||||
graphical tree presentation of all previous states of buffer that
|
graphical tree presentation of all previous states of buffer that
|
||||||
allows easily move between them.")
|
allows easily move between them.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue