diff options
author | Tobias Geerinckx-Ric | |
---|---|---|
2021-08-21 | guix: opam: More flexibility in the importer.... | Alice BRENON |
tree | 2944064e86bf46befc4d7a2647113ac2ce40055c /gnu | |
parent | a36a917dac88baeb5ec173d98a41412f1e5cccf2 (diff) | |
download | guix-fae9dc70896e3d171ea8ed6b9876415f39a6081e.tar.gz guix-fae9dc70896e3d171ea8ed6b9876415f39a6081e.zip |
gnu: perl-io-socket-ip: Update to 0.38.
* gnu/packages/web.scm (perl-io-socket-ip): Update to 0.38.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 6071caefdc..54f210873e 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -2899,7 +2899,7 @@ 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.36") + (version "0.38") (source (origin (method url-fetch) @@ -2907,7 +2907,7 @@ algorithm specified in section 8.2.2.1 of the draft standard.") "IO-Socket-IP-" version ".tar.gz")) (sha256 (base32 - "0ky20hmln6waipzqikizyw04vpszf70fgpshz7ib8zv8480ri456")))) + "0scsnahxwnymg80a3k0p0cnr574nk7x9inn9wjniz0iycicclyhb")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) (home-page "http://search.cpan.org/dist/IO-Socket-IP") |