gnu: emacs-mc-extras: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-mc-extras): Update to 1.3.0. Change-Id: I0550c0a04e6a5ed188e4740e2c65d68162822a9e
This commit is contained in:
parent
27ab4e948a
commit
7ce1c8aecb
1 changed files with 20 additions and 22 deletions
|
@ -9689,30 +9689,28 @@ one Emacs buffer.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-mc-extras
|
(define-public emacs-mc-extras
|
||||||
(let ((commit "053abc52181b8718559d7361a587bbb795faf164")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-mc-extras")
|
||||||
(package
|
(version "1.3.0")
|
||||||
(name "emacs-mc-extras")
|
(source
|
||||||
(version (git-version "1.2.4" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/knu/mc-extras.el")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/knu/mc-extras.el")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "1xrlp192wi51qpzgpkn9ph5zlpj08ifd8r3444llskyv0bay6g14"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "16y48qrd20m20vypvys5jp4v4gc1qrqlkm75s1pk1r68i9zrw481"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
(list emacs-multiple-cursors))
|
||||||
(propagated-inputs
|
(home-page "https://github.com/knu/mc-extras.el")
|
||||||
(list emacs-multiple-cursors))
|
(synopsis "Extra functions for manipulating multiple cursors")
|
||||||
(home-page "https://github.com/knu/mc-extras.el")
|
(description
|
||||||
(synopsis "Extra functions for manipulating multiple cursors")
|
"This package provides additional functions for
|
||||||
(description
|
|
||||||
"This package provides additional functions for
|
|
||||||
@code{multiple-cursors}, including functions for marking s-expressions,
|
@code{multiple-cursors}, including functions for marking s-expressions,
|
||||||
comparing characters, removing cursors, and more.")
|
comparing characters, removing cursors, and more.")
|
||||||
(license license:bsd-2))))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public emacs-substitute
|
(define-public emacs-substitute
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue