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:
Ricardo Wurmus 2023-12-15 12:16:42 +01:00
parent bc10196ab2
commit dd16b4ac2b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))