mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5f41520077
commit
6e9150a4e6
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue