guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: perl-io-socket-ssl: Update to 2.038.


From: Leo Famulari
Subject: 01/01: gnu: perl-io-socket-ssl: Update to 2.038.
Date: Thu, 22 Sep 2016 05:45:03 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit c5776c87bb08834e29db8892c52aa89993afe6d8
Author: ng0 <address@hidden>
Date:   Mon Sep 19 18:30:34 2016 +0000

    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 <address@hidden>
---
 gnu/packages/web.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2c63e75..34b7ee3 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]