mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: r-nestedcv: Update to 0.7.10.
* gnu/packages/cran.scm (r-nestedcv): Update to 0.7.10. Change-Id: I17f803ec880284bd552f1cb114cec2944cd2606d
This commit is contained in:
parent
dcc6cd4c95
commit
c57b5b43dd
1 changed files with 2 additions and 2 deletions
|
@ -11555,13 +11555,13 @@ (define-public r-n2r
|
|||
(define-public r-nestedcv
|
||||
(package
|
||||
(name "r-nestedcv")
|
||||
(version "0.7.9")
|
||||
(version "0.7.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nestedcv" version))
|
||||
(sha256
|
||||
(base32 "025xfs476r2mfzyjgpjzj2h9izfm2h9kia9hzhz9ikhxmj0a2lrd"))))
|
||||
(base32 "1cfxw9pblrn2f0bw448sxdnj7pb04l1pkfdajzcmg9yn95k1v95b"))))
|
||||
(properties `((upstream-name . "nestedcv")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-caret
|
||||
|
|
Loading…
Reference in a new issue