Archived
1
0
Fork 0

gnu: r-recipes: Update to 0.1.14.

* gnu/packages/cran.scm (r-recipes): Update to 0.1.14.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:41:14 +01:00
parent 4eda10c681
commit 8737c530c8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3625,14 +3625,14 @@ provides a one-row summary of model-level statistics.")
(define-public r-recipes (define-public r-recipes
(package (package
(name "r-recipes") (name "r-recipes")
(version "0.1.13") (version "0.1.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "recipes" version)) (uri (cran-uri "recipes" version))
(sha256 (sha256
(base32 (base32
"1d3pmprkiz60w7lq5q4lpl5zlwf7fg7qghf7sq6xs1294w54gzbs")))) "0ix678aj71ml5cmfhy1j0b2ddhf5wlb1d74bjc9djr6r86xsqmcz"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-dplyr" ,r-dplyr) `(("r-dplyr" ,r-dplyr)