rekado pushed a commit to branch master
in repository guix.
commit 0dc3b4d41e53d9aabbd5be621a001d9e6ee19e12
Author: Ricardo Wurmus <[email protected]>
Date: Mon Sep 11 02:56:12 2017 +0200
gnu: r-openssl: Update to 0.9.7.
* gnu/packages/statistics.scm (r-openssl): Update to 0.9.7.
[inputs]: Replace openssl with libressl.
---
gnu/packages/statistics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 40f783d..4ff35f1 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2208,17 +2208,17 @@ collation, and NAMESPACE files.")
(define-public r-openssl
(package
(name "r-openssl")
- (version "0.9.6")
+ (version "0.9.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
- "0ffwllii8xl6sa2v66134g0fwaw1y3zn3mvaa4nrc120vv5d3mkd"))))
+ "178fcp9f245i0k9s2w45kbw0ml0r9pfc73ak8hvicw4jz639wzb9"))))
(build-system r-build-system)
(inputs
- `(("openssl" ,openssl)))
+ `(("libressl" ,libressl)))
(home-page "https://github.com/jeroenooms/openssl")
(synopsis "Toolkit for encryption, signatures and certificates")
(description