gnu: emacs-vundo: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-vundo): Update to 2.1.0.
This commit is contained in:
Nicolas Goaziou 2023-05-21 12:04:15 +02:00
parent 618d20ffc5
commit 91fa81f925
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -36638,14 +36638,14 @@ projects.")
(define-public emacs-vundo
(package
(name "emacs-vundo")
(version "2.0.0")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/vundo-"
version ".tar"))
(sha256
(base32
"032aqcqq2xhh12qcpp8p3qldv0r9cnqr2y11jk1m5cvgal1cbb68"))))
"1inm6kvh5j47nsrmq6wpf30dqmx0arzdpa6vdcn834g50i4fh8kc"))))
(build-system emacs-build-system)
(home-page "https://github.com/casouri/vundo")
(synopsis "Visualize the undo tree")