summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-23 18:11:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-23 23:57:57 +0100
commitfae9dc70896e3d171ea8ed6b9876415f39a6081e (patch)
tree2944064e86bf46befc4d7a2647113ac2ce40055c /gnu/packages/web.scm
parenta36a917dac88baeb5ec173d98a41412f1e5cccf2 (diff)
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/packages/web.scm')
-rw-r--r--gnu/packages/web.scm4
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")