gnu: vim-fugitive: Update to 3.7.
* gnu/packages/vim.scm (vim-fugitive): Update to 3.7.
This commit is contained in:
		
							parent
							
								
									349f730e0e
								
							
						
					
					
						commit
						e22b172522
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -461,7 +461,7 @@ trouble using them, because you do not have to remember each snippet name.")
 | 
				
			||||||
(define-public vim-fugitive
 | 
					(define-public vim-fugitive
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "vim-fugitive")
 | 
					    (name "vim-fugitive")
 | 
				
			||||||
    (version "3.6")
 | 
					    (version "3.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method git-fetch)
 | 
					        (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -470,7 +470,7 @@ trouble using them, because you do not have to remember each snippet name.")
 | 
				
			||||||
               (commit (string-append "v" version))))
 | 
					               (commit (string-append "v" version))))
 | 
				
			||||||
        (file-name (git-file-name name version))
 | 
					        (file-name (git-file-name name version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32 "17c3wzqkbzbf0nmlxpgk90yyv3d09209fqxqysand8bzb1cbfwzn"))))
 | 
					         (base32 "138290g2aph1jjhaza6biky5qi4ka6435s01bwxivllgb53g3irc"))))
 | 
				
			||||||
    (build-system copy-build-system)
 | 
					    (build-system copy-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:install-plan
 | 
					     '(#:install-plan
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue