diff options
author | Cayetano Santos <[email protected]> | 2025-02-20 15:18:14 +0100 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2025-02-22 23:55:24 +0900 |
commit | 6e9150a4e6d5a4aac39e6ae735f9856d4ccfc286 (patch) | |
tree | 72d644dc8e40997a9f7e39a7842fc50c17e01e3c | |
parent | 5f41520077d85c1f23af679ea7898304e956526a (diff) |
gnu: emacs-multiple-cursors: Update to 1.5.0.
* gnu/packages/emacs-xyz.scm (emacs-multiple-cursors): Update to 1.5.0.
Change-Id: I42b28b80849f81fb69f06048775792a29da744e4
Signed-off-by: Maxim Cournoyer <[email protected]>
-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 6bd885e984..e6bc0bba1d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10911,7 +10911,7 @@ interactive searches to move multiple fake cursors.") (define-public emacs-multiple-cursors (package (name "emacs-multiple-cursors") - (version "1.4.0") + (version "1.5.0") (source (origin (method git-fetch) @@ -10920,7 +10920,7 @@ interactive searches to move multiple fake cursors.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1ijgvzv5r44xqvz751fd5drbvrspapw6xwv47582w255j363r6ss")))) + (base32 "01ccwbfrnc66ax4bngw1b6k9rzw0m85cm4s0wzk1gkdsc2z647jn")))) (build-system emacs-build-system) (home-page "https://github.com/magnars/multiple-cursors.el") (synopsis "Multiple cursors for Emacs") |