mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-ipred: Update to 0.9-12.
* gnu/packages/cran.scm (r-ipred): Update to 0.9-12.
This commit is contained in:
parent
62f381dde4
commit
c638dcda0f
1 changed files with 2 additions and 2 deletions
|
@ -4748,14 +4748,14 @@ (define-public r-rcpproll
|
|||
(define-public r-ipred
|
||||
(package
|
||||
(name "r-ipred")
|
||||
(version "0.9-11")
|
||||
(version "0.9-12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ipred" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04hfg27c72v0fz4091w3rgbc2vd7g6yl78y9plvsvh0vjlx8ymmp"))))
|
||||
"0hsq00382pfd9hzpcgphjxazbxm4zx0k2r6pk6kib56k0ibm7qfn"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-class" ,r-class)
|
||||
|
|
Loading…
Reference in a new issue