me
/
guix
Archived
1
0
Fork 0

gnu: r-philentropy: Update to 0.8.0.

* gnu/packages/cran.scm (r-philentropy): Update to 0.8.0.

Change-Id: I961746348d6d1683937f164feaa4ea943ca970db
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
1 changed files with 2 additions and 2 deletions

View File

@ -2880,13 +2880,13 @@ control over dimensions and appearance.")
(define-public r-philentropy (define-public r-philentropy
(package (package
(name "r-philentropy") (name "r-philentropy")
(version "0.7.0") (version "0.8.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "philentropy" version)) (uri (cran-uri "philentropy" version))
(sha256 (sha256
(base32 (base32
"1dw46p2bk68hqbc44629lywg5r1mdaz37ahccgmsx07fg8rf4wnf")))) "0gmycszk86mc9clmxfdrspqh5z0g3cw2cgzaaqngxx38h68x99is"))))
(properties `((upstream-name . "philentropy"))) (properties `((upstream-name . "philentropy")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-kernsmooth r-poorman r-rcpp)) (propagated-inputs (list r-kernsmooth r-poorman r-rcpp))