[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/17: gnu: r-openssl: Update to 1.4.2.
From: |
guix-commits |
Subject: |
16/17: gnu: r-openssl: Update to 1.4.2. |
Date: |
Sun, 28 Jun 2020 00:03:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ef20f8305c398105b6744fd8b1c72f89a6e4dbb9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 28 05:38:54 2020 +0200
gnu: r-openssl: Update to 1.4.2.
* gnu/packages/statistics.scm (r-openssl): Update to 1.4.2.
[native-inputs]: Add r-knitr.
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a166d19..bb9ad27 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2316,19 +2316,20 @@ collation, and NAMESPACE files.")
(define-public r-openssl
(package
(name "r-openssl")
- (version "1.4.1")
+ (version "1.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
- "1ihz2qi33lhngl19xdanq0pbmfaacy63794mg8ll7z2lab3yryzp"))))
+ "17fkc6pr8w5z3rpadg692a689p1v4j7xl5ak0y64is7c74cxgljx"))))
(build-system r-build-system)
(inputs
`(("libressl" ,libressl)))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("pkg-config" ,pkg-config)
+ ("r-knitr" ,r-knitr)))
(propagated-inputs
`(("r-askpass" ,r-askpass)))
(home-page "https://github.com/jeroenooms/openssl")
- 04/17: gnu: r-jsonlite: Update to 1.7.0., (continued)
- 04/17: gnu: r-jsonlite: Update to 1.7.0., guix-commits, 2020/06/28
- 06/17: gnu: r-ggpubr: Update to 0.4.0., guix-commits, 2020/06/28
- 01/17: gnu: r-dexseq: Update to 1.34.1., guix-commits, 2020/06/28
- 03/17: gnu: r-scater: Update to 1.16.2., guix-commits, 2020/06/28
- 08/17: gnu: r-sjlabelled: Update to 1.1.6., guix-commits, 2020/06/28
- 11/17: gnu: r-rcppparallel: Update to 5.0.2., guix-commits, 2020/06/28
- 13/17: gnu: r-rgdal: Update to 1.5-12., guix-commits, 2020/06/28
- 09/17: gnu: r-raster: Update to 3.3-7., guix-commits, 2020/06/28
- 12/17: gnu: r-flexdashboard: Update to 0.5.2., guix-commits, 2020/06/28
- 15/17: gnu: r-roxygen2: Update to 7.1.1., guix-commits, 2020/06/28
- 16/17: gnu: r-openssl: Update to 1.4.2.,
guix-commits <=
- 10/17: gnu: r-emmeans: Update to 1.4.8., guix-commits, 2020/06/28
- 14/17: gnu: r-directlabels: Update to 2020.6.17., guix-commits, 2020/06/28
- 17/17: gnu: r-fpc: Update to 2.2-7., guix-commits, 2020/06/28