guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/46: gnu: r-recipes: Update to 0.1.12.


From: guix-commits
Subject: 07/46: gnu: r-recipes: Update to 0.1.12.
Date: Tue, 12 May 2020 13:44:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8a56012e0aed9ebd743ad5e3e00394cb34b64472
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue May 12 16:52:48 2020 +0200

    gnu: r-recipes: Update to 0.1.12.
    
    * gnu/packages/cran.scm (r-recipes): Update to 0.1.12.
---
 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 7fab392..5db57fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]