summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoel Janssen <roel@gnu.org>2018-11-19 17:19:15 +0100
committerRoel Janssen <roel@gnu.org>2018-11-19 17:19:15 +0100
commit185663e568994b14700af00fc6e6ae56f5265549 (patch)
tree1806f4f777a6edca33475eda15f5c93711dc16b1
parent749872a5ed6b5ad20b64799c00ea8c13433366c1 (diff)
downloadpatches-185663e568994b14700af00fc6e6ae56f5265549.tar
patches-185663e568994b14700af00fc6e6ae56f5265549.tar.gz
gnu: r-openssl: Update to 1.1.
* gnu/packages/statistics.scm (r-openssl): Update to 1.1.
-rw-r--r--gnu/packages/statistics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0020dd02d0..9ed01b5b6d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2300,14 +2300,14 @@ collation, and NAMESPACE files.")
(define-public r-openssl
(package
(name "r-openssl")
- (version "1.0.2")
+ (version "1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
- "1djfpnphkcxx8idk5rjfzg8r8dnqsgc0shh2pw8lns5hap2wc5rc"))))
+ "0ldxgcr33lawwr8wp14kdk2678gpkvqkzv6g333bhck1hn6qspzv"))))
(build-system r-build-system)
(inputs
`(("libressl" ,libressl)))