mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-ipred: Update to 0.9-13.
* gnu/packages/cran.scm (r-ipred): Update to 0.9-13.
This commit is contained in:
parent
8221425e3e
commit
9ccb6b4bee
1 changed files with 2 additions and 2 deletions
|
@ -5427,14 +5427,14 @@ (define-public r-rcpproll
|
|||
(define-public r-ipred
|
||||
(package
|
||||
(name "r-ipred")
|
||||
(version "0.9-12")
|
||||
(version "0.9-13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ipred" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hsq00382pfd9hzpcgphjxazbxm4zx0k2r6pk6kib56k0ibm7qfn"))))
|
||||
"162ckhqn24l0l5ih7qi2k3lxw5iprm1g5a34q1ik0b9wv5ia0s31"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-class
|
||||
|
|
Loading…
Reference in a new issue