[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-evil-multiedit: Update to 1.4.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-evil-multiedit: Update to 1.4.3. |
Date: |
Mon, 22 Nov 2021 05:38:45 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3edadb4 gnu: emacs-evil-multiedit: Update to 1.4.3.
3edadb4 is described below
commit 3edadb421934f0d20b240c1c2e29f83fa1d2e1be
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Nov 22 11:37:49 2021 +0100
gnu: emacs-evil-multiedit: Update to 1.4.3.
* gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Update to 1.4.3.
---
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 d3338d4..19a2681 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20767,7 +20767,7 @@ describing the key binding changes.")
(define-public emacs-evil-multiedit
(package
(name "emacs-evil-multiedit")
- (version "1.4.1")
+ (version "1.4.3")
(source
(origin
(method git-fetch)
@@ -20776,7 +20776,7 @@ describing the key binding changes.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0iwrfkgs0964kxj3kwi8dqn42flhg2pnp4iswc07xi8ri2lflnkv"))))
+ (base32 "08ycwss58zh2zikk79jfj074q78yjcd7vbjgv5ssqvws09x5rgfq"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-evil-multiedit: Update to 1.4.3.,
guix-commits <=