gnu: perl-net-ssleay: Update to 1.82.
* gnu/packages/perl.scm (perl-net-ssleay): Update to 1.82.
This commit is contained in:
parent
6f6d0444e9
commit
d6adba786c
|
@ -10,6 +10,7 @@
|
||||||
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
||||||
|
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -610,14 +611,14 @@ certificates for free.")
|
||||||
(define-public perl-net-ssleay
|
(define-public perl-net-ssleay
|
||||||
(package
|
(package
|
||||||
(name "perl-net-ssleay")
|
(name "perl-net-ssleay")
|
||||||
(version "1.81")
|
(version "1.82")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/M/MI/MIKEM/"
|
(uri (string-append "mirror://cpan/authors/id/M/MI/MIKEM/"
|
||||||
"Net-SSLeay-" version ".tar.gz"))
|
"Net-SSLeay-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z8vya34g88bc41kx955sv7y4niwbbywji8liqbl52v29qbvdjq0"))))
|
"1rf78z1macgmp6mwd7c2xq4yfw6wpf28hfwfz1d5wslqr4cwb5aq"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs `(("openssl" ,openssl)))
|
(inputs `(("openssl" ,openssl)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue