mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: perl-io-socket-ssl: Update to 2.081.
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.081. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
b272d8e49c
commit
1369f5df80
1 changed files with 2 additions and 2 deletions
|
@ -3848,14 +3848,14 @@ (define-public perl-io-socket-ip
|
|||
(define-public perl-io-socket-ssl
|
||||
(package
|
||||
(name "perl-io-socket-ssl")
|
||||
(version "2.075")
|
||||
(version "2.081")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/S/SU/SULLR/"
|
||||
"IO-Socket-SSL-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"135fvlvqcnmf0m0s8xqk015k7pyas1hiij5visb1l60y1cif43n3"))))
|
||||
"0hw4c62abq0cs3ixi0ws96i2y0fij3452514dlqn7d6nm0kgig87"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
(list perl-net-ssleay
|
||||
|
|
Loading…
Reference in a new issue