me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-energy): Update to 1.7-9.
master
Ricardo Wurmus 2022-02-01 17:01:29 +01:00
parent 627c039e22
commit cbf65ae59a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4283,14 +4283,14 @@ data). Weighted versions of MLE, MME and QME are available.")
(define-public r-energy (define-public r-energy
(package (package
(name "r-energy") (name "r-energy")
(version "1.7-8") (version "1.7-9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "energy" version)) (uri (cran-uri "energy" version))
(sha256 (sha256
(base32 (base32
"12a7gy681aq3l55iys044cs6sn1s2l5qihghpdl01cvv0ggfh26y")))) "1ndssfi0hbnsm5jwrns7m63ppxm221hd6gk0b0wa1a7mk7ny1l38"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-boot r-gsl r-rcpp)) (list r-boot r-gsl r-rcpp))