gnu: perl-net-http: Update to 6.21.
* gnu/packages/web.scm (perl-net-http): Update to 6.21.
This commit is contained in:
		
							parent
							
								
									c721e00ef1
								
							
						
					
					
						commit
						8ce8ff7db9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4071,7 +4071,7 @@ is limited to http and https.")
 | 
				
			||||||
(define-public perl-net-http
 | 
					(define-public perl-net-http
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "perl-net-http")
 | 
					    (name "perl-net-http")
 | 
				
			||||||
    (version "6.20")
 | 
					    (version "6.21")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append
 | 
					             (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -4079,7 +4079,7 @@ is limited to http and https.")
 | 
				
			||||||
                   "Net-HTTP-" version ".tar.gz"))
 | 
					                   "Net-HTTP-" version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "07lzfycza7qqxli18xgsnqwiwxapl0b64z33wfw62aai4hm7nllj"))))
 | 
					               "1i7fk6q1iaxzgf82mjd5hg77hvy7dbb79488cijg16dyfrds6nip"))))
 | 
				
			||||||
    (build-system perl-build-system)
 | 
					    (build-system perl-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("perl-io-socket-ssl" ,perl-io-socket-ssl)
 | 
					     `(("perl-io-socket-ssl" ,perl-io-socket-ssl)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue