mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-vundo: Update to 2.3.0.
* gnu/packages/emacs-xyz.scm (emacs-vundo): Update to 2.3.0. Change-Id: I7a6847fa8d76d55ea4124a31c7f95d035304ff15
This commit is contained in:
parent
5267dbee62
commit
c06e18c199
1 changed files with 2 additions and 2 deletions
|
@ -39249,14 +39249,14 @@ (define-public emacs-bitbake-modes
|
|||
(define-public emacs-vundo
|
||||
(package
|
||||
(name "emacs-vundo")
|
||||
(version "2.2.0")
|
||||
(version "2.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/vundo-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vb5mq51krpcaw741dai3b9s12yicn73l1bqql41gylpanca83py"))))
|
||||
"165y277fi0vp9301hy3pqgfnf160k29n8vri0zyq8a3vz3f8lqrl"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/casouri/vundo")
|
||||
(synopsis "Visualize the undo tree")
|
||||
|
|
Loading…
Reference in a new issue