mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-gunifrac: Update to 1.8.
* gnu/packages/cran.scm (r-gunifrac): Update to 1.8. [propagated-inputs]: Add r-inline.
This commit is contained in:
parent
fa97d8c2d0
commit
6d2df3bd9e
1 changed files with 3 additions and 2 deletions
|
@ -976,13 +976,13 @@ (define-public r-guix-install
|
|||
(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 @@ (define-public r-gunifrac
|
|||
r-foreach
|
||||
r-ggplot2
|
||||
r-ggrepel
|
||||
r-inline
|
||||
r-mass
|
||||
r-matrix
|
||||
r-matrixstats
|
||||
|
|
Loading…
Reference in a new issue