gnu: kakoune: Don't use NAME in source URI.
* gnu/packages/text-editors.scm (kakoune)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									f86d56a7af
								
							
						
					
					
						commit
						a1cb69280c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -111,7 +111,7 @@ based command language.")
 | 
			
		|||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://github.com/mawww/kakoune/"
 | 
			
		||||
                           "releases/download/v" version "/"
 | 
			
		||||
                           name "-" version ".tar.bz2"))
 | 
			
		||||
                           "kakoune-" version ".tar.bz2"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "1qbj2hmcfs6pr5lc78z9ni5zxdyp3mr64dvms4l52716ikqcjcbs"))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue