gnu: audit: Don't use NAME in source URI.
* gnu/packages/admin.scm (audit)[source]: Hard-code name.
This commit is contained in:
		
							parent
							
								
									e20796dc7a
								
							
						
					
					
						commit
						fe2f01664f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1864,7 +1864,7 @@ platform-specific methods.")
 | 
			
		|||
    (version "2.8.4")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append home-page name "-" version ".tar.gz"))
 | 
			
		||||
              (uri (string-append home-page "audit-" version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0f4ci6ffznnmgblwgv7ich9mjfk3p6y5l6m6h3chhmzw156nj454"))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue