gnu: vim: Update to 9.0.0235.
* gnu/packages/vim.scm (vim): Update to 9.0.0235.
This commit is contained in:
		
							parent
							
								
									f83f69ebfa
								
							
						
					
					
						commit
						706b3ef38b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -77,7 +77,7 @@
 | 
				
			||||||
(define-public vim
 | 
					(define-public vim
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "vim")
 | 
					    (name "vim")
 | 
				
			||||||
    (version "9.0.0000")
 | 
					    (version "9.0.0235")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method git-fetch)
 | 
					             (method git-fetch)
 | 
				
			||||||
             (uri (git-reference
 | 
					             (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -86,7 +86,7 @@
 | 
				
			||||||
             (file-name (git-file-name name version))
 | 
					             (file-name (git-file-name name version))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0zzhpkcx0gi2hngwvp0w8c4f289fzxvdc4955spkb9f1f3119pwb"))))
 | 
					               "1fshlggcq1fw4cbsgmagwxkmdiwv2cla0vds383z49ayqgqnamnj"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "test"
 | 
					     `(#:test-target "test"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue