diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-16 04:46:22 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-19 19:27:41 +0100 |
commit | fe15613cdf8623574ce64c05416dd3fab41eef86 (patch) | |
tree | 4312a1bead68ed6d0299a85c7a3386c14d5a9cb6 | |
parent | b824534bb8c12d57091ee8b517e7b2b4196a1485 (diff) | |
download | patches-fe15613cdf8623574ce64c05416dd3fab41eef86.tar patches-fe15613cdf8623574ce64c05416dd3fab41eef86.tar.gz |
gnu: perl-net-ssleay: Update to 1.85.
* gnu/packages/tls.scm (perl-net-ssleay): Update to 1.85.
-rw-r--r-- | gnu/packages/tls.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index a915daed06..19c490cb57 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -10,7 +10,7 @@ ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> -;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com> ;;; ;;; This file is part of GNU Guix. @@ -610,14 +610,14 @@ certificates for free.") (define-public perl-net-ssleay (package (name "perl-net-ssleay") - (version "1.82") + (version "1.85") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/MI/MIKEM/" "Net-SSLeay-" version ".tar.gz")) (sha256 (base32 - "1rf78z1macgmp6mwd7c2xq4yfw6wpf28hfwfz1d5wslqr4cwb5aq")))) + "1j5h4ycm8538397l204d2d5fkm9595aj174pj7bkpbhwzfwqi0cx")))) (build-system perl-build-system) (inputs `(("openssl" ,openssl))) (arguments |