gnu: emacs-auto-yasnippet: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet)[source]: Use GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									ba50c3e8d0
								
							
						
					
					
						commit
						88efbab2d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -10739,7 +10739,7 @@ browse the phrases by the paper section and fill-in the blanks if required.")
 | 
			
		|||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/abo-abo/auto-yasnippet.git")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
                 (base32
 | 
			
		||||
                  "1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue