gnu: r-openssl: Update to 1.4.5.
* gnu/packages/statistics.scm (r-openssl): Update to 1.4.5.
This commit is contained in:
parent
7eef4503e9
commit
5317e53ae6
1 changed files with 2 additions and 2 deletions
|
@ -2365,14 +2365,14 @@ (define-public r-roxygen2
|
|||
(define-public r-openssl
|
||||
(package
|
||||
(name "r-openssl")
|
||||
(version "1.4.4")
|
||||
(version "1.4.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "openssl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x68di44vrqvikr419mgh9wlvbhxs52zda9pb6spikx69m4v83wj"))))
|
||||
"1xy1w0rljzsgvsg91fh9hs6h9rx58mza1vg6rig9ykp9m2ml3hag"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("libressl" ,libressl)))
|
||||
|
|
Loading…
Reference in a new issue