diff options
author | Christopher Baines <mail@cbaines.net> | 2019-06-12 17:49:23 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-06-12 17:49:23 +0100 |
commit | 2916deb91bd7ea3e76ff9693a283c244e3ffd0be (patch) | |
tree | 54fc6a5d8f9e47ec87cb373266471294529d84f5 /gnu/packages/web.scm | |
parent | 58bf51b4c0771fb6cfcf22be84d734096e7b11e0 (diff) | |
download | patches-2916deb91bd7ea3e76ff9693a283c244e3ffd0be.tar patches-2916deb91bd7ea3e76ff9693a283c244e3ffd0be.tar.gz |
gnu: perl-io-socket-ssl: Update to 2.066.
The previous version failed to build, but this updated version does build
successfully.
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.066.
Diffstat (limited to 'gnu/packages/web.scm')
-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 27fe0f6942..d022c6be46 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3083,14 +3083,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.038") + (version "2.066") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/S/SU/SULLR/" "IO-Socket-SSL-" version ".tar.gz")) (sha256 (base32 - "11fiifxyvn7njc9p52wgygyw24jz7rh7gnz2ikjphr4l4x9f03rx")) + "1kgbws7dwp2hh16qid7169dfkhmcwg7dz9ffbm6k0id5h53hciqd")) (patches (search-patches "perl-io-socket-ssl-openssl-1.0.2f-fix.patch")))) (build-system perl-build-system) |