[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/295: gnu: r-openssl: Update to 1.4.2.
From: |
guix-commits |
Subject: |
50/295: gnu: r-openssl: Update to 1.4.2. |
Date: |
Mon, 27 Jul 2020 06:25:17 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
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")
- 150/295: gnu: Add libvisual., (continued)
- 150/295: gnu: Add libvisual., guix-commits, 2020/07/27
- 151/295: gnu: Add libvisual-plugins., guix-commits, 2020/07/27
- 128/295: gnu: enchant-1.6: Update package definition., guix-commits, 2020/07/27
- 132/295: gnu: gcab: Update to 1.4., guix-commits, 2020/07/27
- 137/295: gnu: Add sysprof., guix-commits, 2020/07/27
- 154/295: gnu: Add nanomsg., guix-commits, 2020/07/27
- 143/295: gnu: Add esound., guix-commits, 2020/07/27
- 136/295: gnu: geoclue: Update to 2.5.6., guix-commits, 2020/07/27
- 155/295: gnu: Add nng., guix-commits, 2020/07/27
- 52/295: gnu: emacs-idris-mode: Update to 1.0., guix-commits, 2020/07/27
- 50/295: gnu: r-openssl: Update to 1.4.2.,
guix-commits <=
- 55/295: gnu: Add rust-hmac-0.7., guix-commits, 2020/07/27
- 49/295: gnu: r-roxygen2: Update to 7.1.1., guix-commits, 2020/07/27
- 60/295: gnu: emacs-nov-el: Use version tag instead of commit., guix-commits, 2020/07/27
- 56/295: gnu: Add rust-pbkdf2-0.3., guix-commits, 2020/07/27
- 61/295: gnu: emacs-nov-el: Update to 0.3.1., guix-commits, 2020/07/27
- 65/295: .gitignore: Ignore 'etc/committer.scm'., guix-commits, 2020/07/27
- 63/295: doc: cookbook: Update entry about getting substitutes through Tor., guix-commits, 2020/07/27
- 68/295: gnu: Add rust-block-padding-0.2., guix-commits, 2020/07/27
- 71/295: gnu: Add rust-generic-array-0.14., guix-commits, 2020/07/27
- 72/295: gnu: rust-generic-array-0.13: Don't skip build., guix-commits, 2020/07/27