gnu: emacs-vundo: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-vundo): Update to 2.2.0. Change-Id: I5eef536684e98e53d49229442264ac8757dc5513
This commit is contained in:
parent
cf51be825d
commit
60cba2c9bc
1 changed files with 2 additions and 2 deletions
|
@ -38450,14 +38450,14 @@ projects.")
|
|||
(define-public emacs-vundo
|
||||
(package
|
||||
(name "emacs-vundo")
|
||||
(version "2.1.0")
|
||||
(version "2.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/vundo-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1inm6kvh5j47nsrmq6wpf30dqmx0arzdpa6vdcn834g50i4fh8kc"))))
|
||||
"1vb5mq51krpcaw741dai3b9s12yicn73l1bqql41gylpanca83py"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/casouri/vundo")
|
||||
(synopsis "Visualize the undo tree")
|
||||
|
|
Reference in a new issue