mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: perl-io-socket-ssl: Update to 2.075.
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.075.
This commit is contained in:
parent
c888e9028d
commit
4714b35de5
1 changed files with 2 additions and 2 deletions
|
@ -3775,14 +3775,14 @@ (define-public perl-io-socket-ip
|
|||
(define-public perl-io-socket-ssl
|
||||
(package
|
||||
(name "perl-io-socket-ssl")
|
||||
(version "2.068")
|
||||
(version "2.075")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/S/SU/SULLR/"
|
||||
"IO-Socket-SSL-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ycgzg1l7p07y5wc0vzgnj122vm51p5aqpi4s56pp0piaq0gq824"))))
|
||||
"135fvlvqcnmf0m0s8xqk015k7pyas1hiij5visb1l60y1cif43n3"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
(list perl-net-ssleay
|
||||
|
|
Loading…
Reference in a new issue