gnu: neovim: Update to 0.9.1.
* gnu/packages/vim.scm (neovim): Update to 0.9.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									6a4592d32c
								
							
						
					
					
						commit
						92d05b79e8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -693,7 +693,7 @@ are detected, the user is notified.")))
 | 
				
			||||||
(define-public neovim
 | 
					(define-public neovim
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "neovim")
 | 
					    (name "neovim")
 | 
				
			||||||
    (version "0.9.0")
 | 
					    (version "0.9.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -702,7 +702,7 @@ are detected, the user is notified.")))
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0xsvhm191cy5ivcw0c8dnpzbpcvvn5hsnkzkipr2aabgrsgqj628"))))
 | 
					                "18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list #:modules
 | 
					     (list #:modules
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue