guix-commits
[Top][All Lists]
Advanced

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

14/93: gnu: r-recipes: Update to 0.1.14.


From: guix-commits
Subject: 14/93: gnu: r-recipes: Update to 0.1.14.
Date: Sat, 31 Oct 2020 08:46:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8737c530c83f4b87b18ed437f319ada084cc9f3f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:41:14 2020 +0100

    gnu: r-recipes: Update to 0.1.14.
    
    * gnu/packages/cran.scm (r-recipes): Update to 0.1.14.
---
 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 ece65ae..94b0269 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3625,14 +3625,14 @@ provides a one-row summary of model-level statistics.")
 (define-public r-recipes
   (package
     (name "r-recipes")
-    (version "0.1.13")
+    (version "0.1.14")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "recipes" version))
        (sha256
         (base32
-         "1d3pmprkiz60w7lq5q4lpl5zlwf7fg7qghf7sq6xs1294w54gzbs"))))
+         "0ix678aj71ml5cmfhy1j0b2ddhf5wlb1d74bjc9djr6r86xsqmcz"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-dplyr" ,r-dplyr)



reply via email to

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