gnu: perl-net-http: Update to 6.20.

* gnu/packages/web.scm (perl-net-http): Update to 6.20.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-14 11:42:13 +01:00
parent 00275eacb0
commit 1fb0c5ac9f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4004,7 +4004,7 @@ (define-public perl-net-amazon-s3
(define-public perl-net-http
(package
(name "perl-net-http")
(version "6.19")
(version "6.20")
(source (origin
(method url-fetch)
(uri (string-append
@ -4012,7 +4012,7 @@ (define-public perl-net-http
"Net-HTTP-" version ".tar.gz"))
(sha256
(base32
"1i1gbcwdzx74whn5vn6xbr2cp7frldfz2rfrcjp2qljr770nxdsj"))))
"07lzfycza7qqxli18xgsnqwiwxapl0b64z33wfw62aai4hm7nllj"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)