gnu: emacs-grep-context: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-grep-context)[source]: Use GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									4fa915b29e
								
							
						
					
					
						commit
						60ec1cdaeb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -11205,7 +11205,7 @@ perform regression test for packages that provide font-lock rules.")
 | 
				
			||||||
         (uri (git-reference
 | 
					         (uri (git-reference
 | 
				
			||||||
               (url "https://github.com/mkcms/grep-context.git")
 | 
					               (url "https://github.com/mkcms/grep-context.git")
 | 
				
			||||||
               (commit commit)))
 | 
					               (commit commit)))
 | 
				
			||||||
         (file-name (string-append name "-" version "-checkout"))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
           "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))
 | 
					           "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue