gnu: emacs-download-region: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-download-region)[source]: Use GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									5db874d1df
								
							
						
					
					
						commit
						d4dcb84bbe
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10470,7 +10470,7 @@ buffer.")
 | 
				
			||||||
         (uri (git-reference
 | 
					         (uri (git-reference
 | 
				
			||||||
               (url "https://github.com/zk-phi/download-region.git")
 | 
					               (url "https://github.com/zk-phi/download-region.git")
 | 
				
			||||||
               (commit commit)))
 | 
					               (commit commit)))
 | 
				
			||||||
         (file-name (string-append name "-" version "-checkout"))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
           "0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
 | 
					           "0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue