gnu: dos2unix: Don't use NAME in source URI.
* gnu/packages/textutils.scm (dos2unix)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									0ccd3c98a6
								
							
						
					
					
						commit
						96b96ec651
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -67,8 +67,8 @@
 | 
			
		|||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://waterlan.home.xs4all.nl/" name "/"
 | 
			
		||||
                           name "-" version ".tar.gz"))
 | 
			
		||||
       (uri (string-append "https://waterlan.home.xs4all.nl/dos2unix/"
 | 
			
		||||
                           "dos2unix-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "12h4c61g376bhq03y5g2xszkrkrj5hwd928rly3xsp6rvfmnbixs"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue