[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/114: gnu: r-lava: Update to 1.6.10.
From: |
guix-commits |
Subject: |
21/114: gnu: r-lava: Update to 1.6.10. |
Date: |
Wed, 29 Sep 2021 13:22:04 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 1f1765b76907653079658165de711fdb02149292
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:15 2021 +0200
gnu: r-lava: Update to 1.6.10.
* gnu/packages/cran.scm (r-lava): Update to 1.6.10.
[propagated-inputs]: Add r-future-apply and r-progressr.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c71567d..9e9d9aa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4418,17 +4418,19 @@ these progress updates.")
(define-public r-lava
(package
(name "r-lava")
- (version "1.6.9")
+ (version "1.6.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "lava" version))
(sha256
(base32
- "07difbrz8zmvdyns63958v0zw4hyv48956mcww8zh7064a564k83"))))
+ "0bi3c1aqwlq7jbz4raz6vga4r264w7lldi0i62xjlbl7hnlgi23s"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-numderiv" ,r-numderiv)
+ `(("r-future-apply" ,r-future-apply)
+ ("r-numderiv" ,r-numderiv)
+ ("r-progressr" ,r-progressr)
("r-squarem" ,r-squarem)
("r-survival" ,r-survival)))
(native-inputs
- 15/114: gnu: r-htmltools: Update to 0.5.2., (continued)
- 15/114: gnu: r-htmltools: Update to 0.5.2., guix-commits, 2021/09/29
- 07/114: gnu: Add r-paws-end-user-computing., guix-commits, 2021/09/29
- 14/114: gnu: r-httpuv: Update to 1.6.3., guix-commits, 2021/09/29
- 16/114: gnu: r-htmlwidgets: Update to 1.5.4., guix-commits, 2021/09/29
- 17/114: gnu: r-maps: Update to 3.4.0., guix-commits, 2021/09/29
- 04/114: gnu: Add r-progressr., guix-commits, 2021/09/29
- 08/114: gnu: r-datawizard: Update to 0.2.0.1., guix-commits, 2021/09/29
- 09/114: gnu: r-waldo: Update to 0.3.1., guix-commits, 2021/09/29
- 11/114: gnu: r-ggpmisc: Update to 0.4.3., guix-commits, 2021/09/29
- 13/114: gnu: r-shadowtext: Update to 0.0.9., guix-commits, 2021/09/29
- 21/114: gnu: r-lava: Update to 1.6.10.,
guix-commits <=
- 26/114: gnu: r-sm: Update to 2.2-5.7., guix-commits, 2021/09/29
- 35/114: gnu: r-insight: Update to 0.14.4., guix-commits, 2021/09/29
- 22/114: gnu: r-ipred: Update to 0.9-12., guix-commits, 2021/09/29
- 20/114: gnu: r-pkgload: Update to 1.2.2., guix-commits, 2021/09/29
- 31/114: gnu: r-ggsignif: Update to 0.6.3., guix-commits, 2021/09/29
- 38/114: gnu: r-proc: Update to 1.18.0., guix-commits, 2021/09/29
- 24/114: gnu: r-stringdist: Update to 0.9.8., guix-commits, 2021/09/29
- 19/114: gnu: r-pls: Update to 2.8-0., guix-commits, 2021/09/29
- 23/114: gnu: r-psych: Update to 2.1.9., guix-commits, 2021/09/29
- 27/114: gnu: r-xfun: Update to 0.26., guix-commits, 2021/09/29