gnu: fortune-mod: Don't use NAME in source COMMIT.
* gnu/packages/games.scm (fortune-mod)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									30b8b2013b
								
							
						
					
					
						commit
						a6ac8e0b31
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -5547,7 +5547,7 @@ online.")
 | 
			
		|||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/shlomif/fortune-mod")
 | 
			
		||||
             (commit (string-append name "-" version))))
 | 
			
		||||
             (commit (string-append "fortune-mod-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue