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:
Ricardo Wurmus 2019-01-12 21:33:54 +01:00
parent fbd263cd4a
commit 12502bf4e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)))