diff options
author | Nicolas Goaziou <[email protected]> | 2024-12-24 10:59:49 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2024-12-24 11:04:19 +0100 |
commit | 1d67ed7465615a9a6d567f333311bed7e45fc716 (patch) | |
tree | 44a230a127980acd0357914f1c6d6253193babcc | |
parent | bedca1fd1cbfc6613e9c994375322060532c4860 (diff) |
gnu: emacs-evil-matchit: Update to 4.0.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 4.0.1.
Change-Id: Ib648c69fcbc4c1192521f29a01d16ae77baa92b0
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index cc285e0d50..eee34843da 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -23474,7 +23474,7 @@ Features: (define-public emacs-evil-matchit (package (name "emacs-evil-matchit") - (version "3.0.4") + (version "4.0.1") (source (origin (method git-fetch) @@ -23483,7 +23483,7 @@ Features: (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1m5y5n38w0ijzx2kl9d0nnw70ykx2prmnvv4ip9siad71k7wpwjg")))) + (base32 "06ayyw8nim5fi819hr30x54wx2ba6aqvlh7r0vld06xc0zsjdhm3")))) (build-system emacs-build-system) (propagated-inputs (list emacs-evil)) |