diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 03:23:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 04:36:53 +0200 |
commit | 465c4746cebe3dbbc9f5f26bc829a6d20927125a (patch) | |
tree | 01ca148e466b84b7b48475697fa808c67b166a2e /gnu | |
parent | d3d27c148d257c706f17852da382d1f6fc7d04f6 (diff) | |
download | guix-465c4746cebe3dbbc9f5f26bc829a6d20927125a.tar.gz |
gnu: perl-io-socket-ip: Update to 0.41.
* gnu/packages/web.scm (perl-io-socket-ip): Update to 0.41.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index d184e14e88..f4a77cfe06 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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") |