me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-energy): Update to 1.7-7.
master
Ricardo Wurmus 2019-12-09 18:06:38 +01:00
parent 5e97576bc1
commit 73827e8431
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2472,14 +2472,14 @@ data). Weighted versions of MLE, MME and QME are available.")
(define-public r-energy
(package
(name "r-energy")
(version "1.7-6")
(version "1.7-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "energy" version))
(sha256
(base32
"16m8bxfgr9sdisjy2qrv6fv5xxwcc9q890l0hpbwq6qzisrdn3lh"))))
"13wnx5nwk7nsv7vf5sxhz4y0rxrnzm76ldgywk1bxrz67srqzf37"))))
(build-system r-build-system)
(propagated-inputs
`(("r-boot" ,r-boot)