diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 21:56:55 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 22:03:30 +0100 |
commit | cfd8779b2299eb9194ba83cacf18caaa5fc4562c (patch) | |
tree | d6b521fb03539200d9141e097532c96fe525bb81 /gnu | |
parent | 9597dc08b397529126e86c59b3ec06b77aba1129 (diff) |
gnu: r-recipes: Update to 0.1.15.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.15.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 43c46b70d7..7a9979df5a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3855,14 +3855,14 @@ provides a one-row summary of model-level statistics.") (define-public r-recipes (package (name "r-recipes") - (version "0.1.14") + (version "0.1.15") (source (origin (method url-fetch) (uri (cran-uri "recipes" version)) (sha256 (base32 - "0ix678aj71ml5cmfhy1j0b2ddhf5wlb1d74bjc9djr6r86xsqmcz")))) + "0xif0ak3w90xmfzlxvb5pnzc3scpfl1pyhrjffi3mq4asvsd52l0")))) (build-system r-build-system) (propagated-inputs `(("r-dplyr" ,r-dplyr) |