diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-05 13:34:41 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-05 15:16:26 +0200 |
commit | 6d2df3bd9e219ab11521768042bf25f10f57fd25 (patch) | |
tree | 75d9c53b278ae0a5e8ebeec85cff5207b05c92eb | |
parent | fa97d8c2d076d466f437f025dc25597cb8d79e91 (diff) |
gnu: r-gunifrac: Update to 1.8.
* gnu/packages/cran.scm (r-gunifrac): Update to 1.8.
[propagated-inputs]: Add r-inline.
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 78a9f34bfc..022059ff51 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -976,13 +976,13 @@ repositories, replacing the need for installation via @code{devtools}.") (define-public r-gunifrac (package (name "r-gunifrac") - (version "1.7") + (version "1.8") (source (origin (method url-fetch) (uri (cran-uri "GUniFrac" version)) (sha256 (base32 - "13qb5fw9km6p5x8li9x3liqbh833wf2v73npj8jl3msplzfk82vp")))) + "1yw0d8hb7s662xy0dny9ygvx9gwh7yj8dxw4897zy7zyjhzim95f")))) (properties `((upstream-name . "GUniFrac"))) (build-system r-build-system) (propagated-inputs @@ -991,6 +991,7 @@ repositories, replacing the need for installation via @code{devtools}.") r-foreach r-ggplot2 r-ggrepel + r-inline r-mass r-matrix r-matrixstats |