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,20 +9689,18 @@ one Emacs buffer.") | |||
|       (license license:gpl3+)))) | ||||
| 
 | ||||
| (define-public emacs-mc-extras | ||||
|   (let ((commit "053abc52181b8718559d7361a587bbb795faf164") | ||||
|         (revision "1")) | ||||
|   (package | ||||
|     (name "emacs-mc-extras") | ||||
|       (version (git-version "1.2.4" revision commit)) | ||||
|     (version "1.3.0") | ||||
|     (source | ||||
|      (origin | ||||
|        (method git-fetch) | ||||
|        (uri (git-reference | ||||
|              (url "https://github.com/knu/mc-extras.el") | ||||
|                (commit commit))) | ||||
|              (commit (string-append "v" version)))) | ||||
|        (file-name (git-file-name name version)) | ||||
|        (sha256 | ||||
|           (base32 "16y48qrd20m20vypvys5jp4v4gc1qrqlkm75s1pk1r68i9zrw481")))) | ||||
|         (base32 "1xrlp192wi51qpzgpkn9ph5zlpj08ifd8r3444llskyv0bay6g14")))) | ||||
|     (build-system emacs-build-system) | ||||
|     (propagated-inputs | ||||
|      (list emacs-multiple-cursors)) | ||||
|  | @ -9712,7 +9710,7 @@ one Emacs buffer.") | |||
|      "This package provides additional functions for | ||||
| @code{multiple-cursors}, including functions for marking s-expressions, | ||||
| comparing characters, removing cursors, and more.") | ||||
|       (license license:bsd-2)))) | ||||
|     (license license:bsd-2))) | ||||
| 
 | ||||
| (define-public emacs-substitute | ||||
|   (package | ||||
|  |  | |||
		Reference in a new issue