gnu: emacs-evil-magit: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-evil-magit)[source]: Use GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									fdb4afd41a
								
							
						
					
					
						commit
						06c520586f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -11970,7 +11970,7 @@ Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
 | 
				
			||||||
         (uri (git-reference
 | 
					         (uri (git-reference
 | 
				
			||||||
               (url "https://github.com/emacs-evil/evil-magit")
 | 
					               (url "https://github.com/emacs-evil/evil-magit")
 | 
				
			||||||
               (commit commit)))
 | 
					               (commit commit)))
 | 
				
			||||||
         (file-name (string-append name "-" version "-checkout"))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
           "134v7s03jvbhm70mavwab85r09i68g2a5bvriirh0chz1av2y16v"))))
 | 
					           "134v7s03jvbhm70mavwab85r09i68g2a5bvriirh0chz1av2y16v"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue