diff options
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 720f8bdafd4..54784522c8c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -21708,7 +21708,7 @@ extensions.") | |||
| 21708 | (define-public emacs-evil-collection | 21708 | (define-public emacs-evil-collection |
| 21709 | (package | 21709 | (package |
| 21710 | (name "emacs-evil-collection") | 21710 | (name "emacs-evil-collection") |
| 21711 | (version "0.0.10") | 21711 | (version "3.0.1") |
| 21712 | (source | 21712 | (source |
| 21713 | (origin | 21713 | (origin |
| 21714 | (method git-fetch) | 21714 | (method git-fetch) |
| @@ -21717,7 +21717,7 @@ extensions.") | |||
| 21717 | (commit version))) | 21717 | (commit version))) |
| 21718 | (file-name (git-file-name name version)) | 21718 | (file-name (git-file-name name version)) |
| 21719 | (sha256 | 21719 | (sha256 |
| 21720 | (base32 "09hnxb8nh3g0hi93fz9f1y164gv9iyh5994wfn6fsq2v1xdz8phm")))) | 21720 | (base32 "07rqmz87159z0gq75i036v079fdws6x726na6sw37amd4lhqf87p")))) |
| 21721 | (build-system emacs-build-system) | 21721 | (build-system emacs-build-system) |
| 21722 | (arguments | 21722 | (arguments |
| 21723 | (list | 21723 | (list |
| @@ -21733,7 +21733,9 @@ extensions.") | |||
| 21733 | (add-before 'check 'skip-failing-tests | 21733 | (add-before 'check 'skip-failing-tests |
| 21734 | (lambda _ | 21734 | (lambda _ |
| 21735 | (substitute* "test/evil-collection-magit-tests.el" | 21735 | (substitute* "test/evil-collection-magit-tests.el" |
| 21736 | (("\\(ert-deftest evil-collection-magit-section-maps-accounted-for .*" all) | 21736 | (((string-append |
| 21737 | "\\(ert-deftest " | ||
| 21738 | "evil-collection-magit-section-maps-accounted-for .*") all) | ||
| 21737 | (string-append all " (skip-unless nil)")))))))) | 21739 | (string-append all " (skip-unless nil)")))))))) |
| 21738 | (native-inputs | 21740 | (native-inputs |
| 21739 | (list emacs-magit)) | 21741 | (list emacs-magit)) |
