diff options
Diffstat (limited to 'gnu')
| -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 ab805d3b109..d9118630bd1 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm | |||
| @@ -946,17 +946,17 @@ protocol, written in plain C with minimal dependencies.") | |||
| 946 | (define-public perl-net-ssleay | 946 | (define-public perl-net-ssleay |
| 947 | (package | 947 | (package |
| 948 | (name "perl-net-ssleay") | 948 | (name "perl-net-ssleay") |
| 949 | (version "1.94") | 949 | (version "1.96") |
| 950 | (source (origin | 950 | (source (origin |
| 951 | (method url-fetch) | 951 | (method url-fetch) |
| 952 | (uri (string-append "mirror://cpan/authors/id/C/CH/CHRISN/" | 952 | (uri (string-append "mirror://cpan/authors/id/C/CH/CHRISN/" |
| 953 | "Net-SSLeay-" version ".tar.gz")) | 953 | "Net-SSLeay-" version ".tar.gz")) |
| 954 | (sha256 | 954 | (sha256 |
| 955 | (base32 | 955 | (base32 |
| 956 | "0pfrpi77964cg15dm6y0w03l64xs0k2nqc15qh2xmv8vdnjyhywx")) | 956 | "0lq7zjnr82q3qjvibbb32ninb0bg4vcwijv9qrvabcjzd28kc8db")) |
| 957 | (patches (search-patches "perl-net-ssleay-colon-parsing.patch")))) | 957 | (patches (search-patches "perl-net-ssleay-colon-parsing.patch")))) |
| 958 | (build-system perl-build-system) | 958 | (build-system perl-build-system) |
| 959 | (inputs (list openssl-3.0)) | 959 | (inputs (list openssl)) |
| 960 | (arguments | 960 | (arguments |
| 961 | `(#:phases | 961 | `(#:phases |
| 962 | (modify-phases %standard-phases | 962 | (modify-phases %standard-phases |
