gnu: emacs-rg: Update to 2.2.1.
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.1.
This commit is contained in:
		
							parent
							
								
									e5b3349128
								
							
						
					
					
						commit
						30f8183b9a
					
				
					 1 changed files with 30 additions and 32 deletions
				
			
		|  | @ -5046,17 +5046,15 @@ result.") | |||
|     (license license:gpl2+))) | ||||
| 
 | ||||
| (define-public emacs-rg | ||||
|   (let ((commit "444a8ccfea0b38452a0bc4c390a8ee01cfe30017") | ||||
|         (revision "0")) | ||||
|   (package | ||||
|     (name "emacs-rg") | ||||
|       (version (git-version "2.2.0" revision commit)) | ||||
|     (version "2.2.1") | ||||
|     (source | ||||
|      (origin | ||||
|        (method git-fetch) | ||||
|        (uri (git-reference | ||||
|              (url "https://github.com/dajva/rg.el") | ||||
|                (commit commit))) | ||||
|              (commit version))) | ||||
|        (file-name (git-file-name name version)) | ||||
|        (sha256 | ||||
|         (base32 "1nxzplpk5cf6hhr2v85bmg68i6am96shi2zq7m83fs96bilhwsp5")))) | ||||
|  | @ -5079,7 +5077,7 @@ result.") | |||
|      "@code{rg} is an Emacs search package based on the @code{ripgrep} command | ||||
| line tool.  It allows one to interactively search based on the editing context | ||||
| then refine or modify the search results.") | ||||
|       (license license:gpl3+)))) | ||||
|     (license license:gpl3+))) | ||||
| 
 | ||||
| (define-public emacs-inf-ruby | ||||
|   (package | ||||
|  |  | |||
		Reference in a new issue