mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-ipred: Update to 0.9-10.
* gnu/packages/cran.scm (r-ipred): Update to 0.9-10.
This commit is contained in:
parent
b3700e61d4
commit
6c7d9efdd8
1 changed files with 2 additions and 2 deletions
|
@ -4214,14 +4214,14 @@ (define-public r-rcpproll
|
|||
(define-public r-ipred
|
||||
(package
|
||||
(name "r-ipred")
|
||||
(version "0.9-9")
|
||||
(version "0.9-10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ipred" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d"))))
|
||||
"0p9cd2v47h71jbz8q0z6xykkaqpcp0mkpsfmd2bn961n1hfgpa63"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-class" ,r-class)
|
||||
|
|
Loading…
Reference in a new issue