gnu: r-recipes: Update to 0.1.12.
authorRicardo Wurmus <rekado@elephly.net>
Tue, 12 May 2020 14:52:48 +0000 (16:52 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Tue, 12 May 2020 17:44:28 +0000 (19:44 +0200)
* gnu/packages/cran.scm (r-recipes): Update to 0.1.12.

gnu/packages/cran.scm

index 7fab392..5db57fa 100644 (file)
@@ -3261,14 +3261,14 @@ provides a one-row summary of model-level statistics.")
 (define-public r-recipes
   (package
     (name "r-recipes")
-    (version "0.1.10")
+    (version "0.1.12")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "recipes" version))
        (sha256
         (base32
-         "11f96aanrzi2v6cn49fhvf9y4cmhra63wcy6nvpv6hcfaqqmwd2g"))))
+         "0hbnrqgzazg401nk5fhljif7wnspicki179qf215r34y9wm8g3xj"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-dplyr" ,r-dplyr)