3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-philentropy: Update to 0.7.0.

* gnu/packages/cran.scm (r-philentropy): Update to 0.7.0.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:00 +01:00
parent 85120938e3
commit 7f678454e2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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