guix-commits
[Top][All Lists]
Advanced

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

26/143: gnu: r-recipes: Update to 1.0.3.


From: guix-commits
Subject: 26/143: gnu: r-recipes: Update to 1.0.3.
Date: Tue, 29 Nov 2022 13:29:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3eb94250d8010f1ea7d741264d874bc72e8dfae9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:05 2022 +0100

    gnu: r-recipes: Update to 1.0.3.
    
    * gnu/packages/cran.scm (r-recipes): Update to 1.0.3.
    [propagated-inputs]: Add r-clock.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f1925240ad..a74c12f80f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6311,17 +6311,18 @@ provides a one-row summary of model-level statistics.")
 (define-public r-recipes
   (package
     (name "r-recipes")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "recipes" version))
        (sha256
         (base32
-         "03k7spw5vivj35lwqj8xj259smgc04qxkdimk5ck9yj656d5lyqs"))))
+         "0pi7j1jj5dmc5kzx6zkm691xya7dw4fn8c8nb2x3gs8mp14spzhg"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli
+           r-clock
            r-dplyr
            r-ellipsis
            r-generics



reply via email to

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