mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-philentropy: Update to 0.8.0.
* gnu/packages/cran.scm (r-philentropy): Update to 0.8.0. Change-Id: I961746348d6d1683937f164feaa4ea943ca970db
This commit is contained in:
parent
bc10196ab2
commit
dd16b4ac2b
1 changed files with 2 additions and 2 deletions
|
@ -2880,13 +2880,13 @@ (define-public r-pheatmap
|
|||
(define-public r-philentropy
|
||||
(package
|
||||
(name "r-philentropy")
|
||||
(version "0.7.0")
|
||||
(version "0.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "philentropy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dw46p2bk68hqbc44629lywg5r1mdaz37ahccgmsx07fg8rf4wnf"))))
|
||||
"0gmycszk86mc9clmxfdrspqh5z0g3cw2cgzaaqngxx38h68x99is"))))
|
||||
(properties `((upstream-name . "philentropy")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-kernsmooth r-poorman r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue