mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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
|
(define-public r-ipred
|
||||||
(package
|
(package
|
||||||
(name "r-ipred")
|
(name "r-ipred")
|
||||||
(version "0.9-12")
|
(version "0.9-13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ipred" version))
|
(uri (cran-uri "ipred" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hsq00382pfd9hzpcgphjxazbxm4zx0k2r6pk6kib56k0ibm7qfn"))))
|
"162ckhqn24l0l5ih7qi2k3lxw5iprm1g5a34q1ik0b9wv5ia0s31"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-class
|
(list r-class
|
||||||
|
|
Loading…
Reference in a new issue