mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-energy: Update to 1.7-5.
* gnu/packages/cran.scm (r-energy): Update to 1.7-5.
This commit is contained in:
parent
8b0701d97a
commit
9c112bee91
1 changed files with 2 additions and 2 deletions
|
@ -1294,14 +1294,14 @@ (define-public r-fitdistrplus
|
|||
(define-public r-energy
|
||||
(package
|
||||
(name "r-energy")
|
||||
(version "1.7-4")
|
||||
(version "1.7-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "energy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12skvlridfq4jd5mh0yxl79ps0zi2xnlh4hsdgxad0gm7qky8awd"))))
|
||||
"15k9dg0a82cs9ypm0wpcsff3il1hzhnnv86dv5ngby1r144czhi4"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-boot" ,r-boot)
|
||||
|
|
Loading…
Reference in a new issue