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

* gnu/packages/web.scm (perl-net-http): Update to 6.22.
This commit is contained in:
Efraim Flashner 2022-08-12 23:30:47 +03:00
parent 7e048358f5
commit 4331497e19
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4024,7 +4024,7 @@ (define-public perl-net-amazon-s3
(define-public perl-net-http
(package
(name "perl-net-http")
(version "6.21")
(version "6.22")
(source (origin
(method url-fetch)
(uri (string-append
@ -4032,7 +4032,7 @@ (define-public perl-net-http
"Net-HTTP-" version ".tar.gz"))
(sha256
(base32
"1i7fk6q1iaxzgf82mjd5hg77hvy7dbb79488cijg16dyfrds6nip"))))
"18m1b1274wmsl3cdfwg27pm7s1fgrrlhwy4gw4zl8da2p2jzkyk2"))))
(build-system perl-build-system)
(propagated-inputs
(list perl-io-socket-ssl perl-uri))