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 <maxim.cournoyer@gmail.com>
This commit is contained in:
Cayetano Santos 2025-02-20 15:18:14 +01:00 committed by Maxim Cournoyer
parent 5f41520077
commit 6e9150a4e6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")