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

* gnu/packages/cran.scm (r-energy): Update to 1.7-7.
This commit is contained in:
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

View file

@ -2472,14 +2472,14 @@ (define-public r-fitdistrplus
(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)