gnu: emacs-macrostep: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-macrostep)[source]: Use GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									ac5b171c92
								
							
						
					
					
						commit
						32a804e250
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -9934,7 +9934,7 @@ your Emacs.")
 | 
				
			||||||
                (uri (git-reference
 | 
					                (uri (git-reference
 | 
				
			||||||
                      (url "https://github.com/joddie/macrostep.git")
 | 
					                      (url "https://github.com/joddie/macrostep.git")
 | 
				
			||||||
                      (commit commit)))
 | 
					                      (commit commit)))
 | 
				
			||||||
                (file-name (string-append name "-" version "-checkout"))
 | 
					                (file-name (git-file-name name version))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
 | 
					                  "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue