gnu: libasr: Don't use NAME in source URI.
* gnu/packages/dns.scm (libasr)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									a3dd88710f
								
							
						
					
					
						commit
						c34d0cd812
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -278,7 +278,7 @@ the two.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://www.opensmtpd.org/archives/"
 | 
			
		||||
                           name "-" version ".tar.gz"))
 | 
			
		||||
                           "libasr-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "18kdmbjsxrfai16d66qslp48b1zf7gr8him2jj5dcqgbsl44ls75"))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue