gnu: Update socat to 1.7.3.1.
* gnu/packages/networking.scm (socat): Update to 1.7.3.1.
This commit is contained in:
		
							parent
							
								
									2c5e497672
								
							
						
					
					
						commit
						4efc8eb275
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -59,7 +59,7 @@ residing in IPv4-only networks, even when they are behind a NAT device.")
 | 
			
		|||
(define-public socat
 | 
			
		||||
  (package
 | 
			
		||||
    (name "socat")
 | 
			
		||||
    (version "1.7.2.4")
 | 
			
		||||
    (version "1.7.3.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
| 
						 | 
				
			
			@ -67,7 +67,7 @@ residing in IPv4-only networks, even when they are behind a NAT device.")
 | 
			
		|||
                    version ".tar.bz2"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "028yjka2zr6j1i8pmfmvzqki8ajczdl1hnry1x31xbbg3j83jxsb"))))
 | 
			
		||||
                "1apvi7sahcl44arnq1ad2y6lbfqnmvx7nhz9i3rkk0f382anbnnj"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments '(#:tests? #f))                    ;no 'check' phase
 | 
			
		||||
    (inputs `(("openssl" ,openssl)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue