[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/38: gnu: emacs-vundo: Update to 2.1.0.
From: |
guix-commits |
Subject: |
04/38: gnu: emacs-vundo: Update to 2.1.0. |
Date: |
Sun, 21 May 2023 08:55:18 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 91fa81f925d3a55dae479413f6c957cac9800d84
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 12:04:15 2023 +0200
gnu: emacs-vundo: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-vundo): Update to 2.1.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7cd4528e4b..7e372e9262 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")
- branch master updated (c15ae77bbc -> e499cb2c12), guix-commits, 2023/05/21
- 04/38: gnu: emacs-vundo: Update to 2.1.0.,
guix-commits <=
- 12/38: gnu: emacs-ement: Update to 0.9.3., guix-commits, 2023/05/21
- 07/38: gnu: emacs-editorconfig: Update to 0.10.1., guix-commits, 2023/05/21
- 11/38: gnu: emacs-elpher: Update to 3.5.0., guix-commits, 2023/05/21
- 13/38: gnu: emacs-find-file-in-project: Update to 6.2.1., guix-commits, 2023/05/21
- 14/38: gnu: emacs-ghq: Update to 0.2.0., guix-commits, 2023/05/21
- 15/38: gnu: emacs-ghq: Do not propagate ghq., guix-commits, 2023/05/21
- 16/38: gnu: emacs-ghub: Update to 3.6.0., guix-commits, 2023/05/21
- 18/38: gnu: emacs-gptel: Update to 0.3.6., guix-commits, 2023/05/21
- 03/38: gnu: emacs-excorporate: Update to 1.1.0., guix-commits, 2023/05/21
- 01/38: gnu: emacs-soap-client: Update to 3.2.3., guix-commits, 2023/05/21