me
/
guix
Archived
1
0
Fork 0

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>
master
ng0 2016-09-19 18:30:34 +00:00 committed by Leo Famulari
parent 1df00601b2
commit c5776c87bb
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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)