gnu: perl-io-socket-ip: Update to 0.41.

* gnu/packages/web.scm (perl-io-socket-ip): Update to 0.41.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-23 03:23:31 +02:00
parent d3d27c148d
commit 465c4746ce
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -3530,15 +3530,14 @@ algorithm specified in section 8.2.2.1 of the draft standard.")
(define-public perl-io-socket-ip
(package
(name "perl-io-socket-ip")
(version "0.39")
(version "0.41")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/P/PE/PEVANS/"
"IO-Socket-IP-" version ".tar.gz"))
(sha256
(base32
"15kv5g1yb4a345sk3r5wfr99f868lhfqkddzsgpqddvccfkhv58i"))))
(base32 "0ihlpxrkq1xrvhnq52nhghanskic718ch8kpp642afgq72i4b6l4"))))
(build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build)))
(home-page "https://metacpan.org/release/IO-Socket-IP")