gnu: r-energy: Update to 1.7-8.

* gnu/packages/cran.scm (r-energy): Update to 1.7-8.
[propagated-inputs]: Add r-gsl.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:38:21 +01:00
parent 37097b923c
commit b3700e61d4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3750,17 +3750,18 @@ (define-public r-fitdistrplus
(define-public r-energy
(package
(name "r-energy")
(version "1.7-7")
(version "1.7-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "energy" version))
(sha256
(base32
"13wnx5nwk7nsv7vf5sxhz4y0rxrnzm76ldgywk1bxrz67srqzf37"))))
"12a7gy681aq3l55iys044cs6sn1s2l5qihghpdl01cvv0ggfh26y"))))
(build-system r-build-system)
(propagated-inputs
`(("r-boot" ,r-boot)
("r-gsl" ,r-gsl)
("r-rcpp" ,r-rcpp)))
(home-page "https://cran.r-project.org/web/packages/energy")
(synopsis "Multivariate inference via the energy of data")