From 2a0d4733e3f839a945a43f408043cffc53739bb3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 18 Feb 2023 16:08:17 +0100 Subject: [PATCH] gnu: r-recipes: Update to 1.0.4. * gnu/packages/cran.scm (r-recipes): Update to 1.0.4. --- gnu/packages/cran.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index e2f6a3c294..5039d30d7e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6729,14 +6729,14 @@ provides a one-row summary of model-level statistics.") (define-public r-recipes (package (name "r-recipes") - (version "1.0.3") + (version "1.0.4") (source (origin (method url-fetch) (uri (cran-uri "recipes" version)) (sha256 (base32 - "0pi7j1jj5dmc5kzx6zkm691xya7dw4fn8c8nb2x3gs8mp14spzhg")))) + "16bf9d9kvhvgcs603zz075hwjrzjd81g14p8cp5rs0z4bnrdrcj2")))) (build-system r-build-system) (propagated-inputs (list r-cli