guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9a5a074689d16c3b1bf9de38ade8e9fc4f3d1b15
Author: Sergey Trofimov <[email protected]>
AuthorDate: Fri Jan 9 11:35:10 2026 +0100
gnu: emacs-evil-collection: Update to 3.0.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 3.0.1.
Merges guix/guix!5492
Signed-off-by: Cayetano Santos <[email protected]>
Modified-by: Cayetano Santos <[email protected]>
---
gnu/packages/emacs-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 720f8bdafd..54784522c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21708,7 +21708,7 @@ extensions.")
(define-public emacs-evil-collection
(package
(name "emacs-evil-collection")
- (version "0.0.10")
+ (version "3.0.1")
(source
(origin
(method git-fetch)
@@ -21717,7 +21717,7 @@ extensions.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "09hnxb8nh3g0hi93fz9f1y164gv9iyh5994wfn6fsq2v1xdz8phm"))))
+ (base32 "07rqmz87159z0gq75i036v079fdws6x726na6sw37amd4lhqf87p"))))
(build-system emacs-build-system)
(arguments
(list
@@ -21733,7 +21733,9 @@ extensions.")
(add-before 'check 'skip-failing-tests
(lambda _
(substitute* "test/evil-collection-magit-tests.el"
- (("\\(ert-deftest
evil-collection-magit-section-maps-accounted-for .*" all)
+ (((string-append
+ "\\(ert-deftest "
+ "evil-collection-magit-section-maps-accounted-for .*") all)
(string-append all " (skip-unless nil)"))))))))
(native-inputs
(list emacs-magit))