[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/50: gnu: r-lava: Update to 1.8.0.
From: |
guix-commits |
Subject: |
12/50: gnu: r-lava: Update to 1.8.0. |
Date: |
Wed, 6 Mar 2024 03:42:55 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 8a6ad77b73e65da772223b4d211f8413d9c88cef
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:37:34 2024 +0100
gnu: r-lava: Update to 1.8.0.
* gnu/packages/cran.scm (r-lava): Update to 1.8.0.
[propagated-inputs]: Add r-cli.
Change-Id: I3cac62611057dd66efa82ef2c8f6ae460fd91ff7
---
gnu/packages/cran.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0847862ea4..2cc6e1c3ed 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8461,17 +8461,22 @@ these progress updates.")
(define-public r-lava
(package
(name "r-lava")
- (version "1.7.3")
+ (version "1.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "lava" version))
(sha256
(base32
- "023av1mz4hr1lqv8cpbx0j1y3c7ljyns35rm838c618b6pqps22f"))))
+ "0zz8hzmqd4qa14y52c8gw9hr6gn0d7srffrddxrmhb01rbp9dfcd"))))
(build-system r-build-system)
(propagated-inputs
- (list r-future-apply r-numderiv r-progressr r-squarem r-survival))
+ (list r-cli
+ r-future-apply
+ r-numderiv
+ r-progressr
+ r-squarem
+ r-survival))
(native-inputs
(list r-knitr))
(home-page "https://github.com/kkholst/lava")
- branch master updated (f18d13b5f8 -> 86552708c3), guix-commits, 2024/03/06
- 02/50: gnu: Add r-transformr., guix-commits, 2024/03/06
- 04/50: gnu: r-ggdist: Update to 3.3.2., guix-commits, 2024/03/06
- 06/50: gnu: r-pagoda2: Update to 1.0.12., guix-commits, 2024/03/06
- 05/50: gnu: r-ggside: Update to 0.3.1., guix-commits, 2024/03/06
- 08/50: gnu: r-curl: Update to 5.2.1., guix-commits, 2024/03/06
- 12/50: gnu: r-lava: Update to 1.8.0.,
guix-commits <=
- 17/50: gnu: r-hdf5r: Update to 1.3.10., guix-commits, 2024/03/06
- 24/50: gnu: r-deldir: Update to 2.0-4., guix-commits, 2024/03/06
- 03/50: gnu: r-conos: Update to 1.5.2., guix-commits, 2024/03/06
- 01/50: import/cran: Add one more invalid package., guix-commits, 2024/03/06
- 10/50: gnu: r-rmumps: Update to 5.2.1-28., guix-commits, 2024/03/06
- 09/50: gnu: r-spelling: Update to 2.3.0., guix-commits, 2024/03/06
- 07/50: gnu: r-secretbase: Update to 0.3.0.1., guix-commits, 2024/03/06
- 14/50: gnu: r-renv: Update to 1.0.5., guix-commits, 2024/03/06
- 18/50: gnu: r-nodbi: Update to 0.10.3., guix-commits, 2024/03/06
- 15/50: gnu: r-ggsci: Update to 3.0.1., guix-commits, 2024/03/06