gnu: r-prediction: Update to 0.3.6.1.
* gnu/packages/cran.scm (r-prediction): Update to 0.3.6.1.
This commit is contained in:
parent
fbd263cd4a
commit
12502bf4e8
|
@ -5673,14 +5673,14 @@ parse and convert strings into cases like snake or camel among others.")
|
||||||
(define-public r-prediction
|
(define-public r-prediction
|
||||||
(package
|
(package
|
||||||
(name "r-prediction")
|
(name "r-prediction")
|
||||||
(version "0.3.6")
|
(version "0.3.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "prediction" version))
|
(uri (cran-uri "prediction" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19d7312f5lkqfglfvlgssnvyw7gl161s0xradcry44r1i6qp05j1"))))
|
"1znxpacd79fjkf84w3493p1vmafanqfxsspwpwpkmda323bsxj0n"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-data-table" ,r-data-table)))
|
`(("r-data-table" ,r-data-table)))
|
||||||
|
|
Loading…
Reference in New Issue