summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorng0 <ng0@we.make.ritual.n0.is>2016-09-19 18:30:34 +0000
committerLeo Famulari <leo@famulari.name>2016-09-22 01:44:50 -0400
commitc5776c87bb08834e29db8892c52aa89993afe6d8 (patch)
tree6a39d8d31a28d9177e923d748a25a18a4ea2a115 /gnu/packages/web.scm
parent1df00601b280db1cdfe0fc8d539ee6c6c726c355 (diff)
downloadguix-patches-c5776c87bb08834e29db8892c52aa89993afe6d8.tar
guix-patches-c5776c87bb08834e29db8892c52aa89993afe6d8.tar.gz
gnu: perl-io-socket-ssl: Update to 2.038.
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.038. Signed-off-by: Leo Famulari <leo@famulari.name>
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 2c63e75ad4..34b7ee32d0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2413,14 +2413,14 @@ and IPv6 sockets, intended as a replacement for IO::Socket::INET.")
(define-public perl-io-socket-ssl
(package
(name "perl-io-socket-ssl")
- (version "2.033")
+ (version "2.038")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SU/SULLR/"
"IO-Socket-SSL-" version ".tar.gz"))
(sha256
(base32
- "01qggwmc97kpzx49fp4fxysrjyq8mpnx54nrb087ridj0ch3cf46"))
+ "11fiifxyvn7njc9p52wgygyw24jz7rh7gnz2ikjphr4l4x9f03rx"))
(patches (search-patches
"perl-io-socket-ssl-openssl-1.0.2f-fix.patch"))))
(build-system perl-build-system)