mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-ipred: Update to 0.9-11.
* gnu/packages/cran.scm (r-ipred): Update to 0.9-11.
This commit is contained in:
parent
bfa09fd922
commit
70257ad2c0
1 changed files with 2 additions and 2 deletions
|
@ -4219,14 +4219,14 @@ (define-public r-rcpproll
|
|||
(define-public r-ipred
|
||||
(package
|
||||
(name "r-ipred")
|
||||
(version "0.9-10")
|
||||
(version "0.9-11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ipred" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p9cd2v47h71jbz8q0z6xykkaqpcp0mkpsfmd2bn961n1hfgpa63"))))
|
||||
"04hfg27c72v0fz4091w3rgbc2vd7g6yl78y9plvsvh0vjlx8ymmp"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-class" ,r-class)
|
||||
|
|
Loading…
Reference in a new issue