guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: r-tune: Update to 0.1.1.


From: guix-commits
Subject: 05/11: gnu: r-tune: Update to 0.1.1.
Date: Fri, 11 Sep 2020 13:05:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 471f0aacd274d4f33d8356520dbc1460b2d1cd34
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Sep 11 19:03:58 2020 +0200

    gnu: r-tune: Update to 0.1.1.
    
    * gnu/packages/cran.scm (r-tune): Update to 0.1.1.
    [propagated-inputs]: Add r-vctrs.
---
 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 a6fce70..86c8885 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23823,14 +23823,14 @@ for creating, simulating, or validating values for 
such parameters.")
 (define-public r-tune
   (package
     (name "r-tune")
-    (version "0.1.0")
+    (version "0.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tune" version))
        (sha256
         (base32
-         "0xiidzkl0hbd0f7jh1v2kkg26wdgy33w74c9bmpjgy317ckhsz8h"))))
+         "0293xkmv1nyvm72wxznnlm3qpf6475xzl2sf52mnrjxxr7i447p1"))))
     (properties `((upstream-name . "tune")))
     (build-system r-build-system)
     (propagated-inputs
@@ -23851,6 +23851,7 @@ for creating, simulating, or validating values for such 
parameters.")
        ("r-rsample" ,r-rsample)
        ("r-tibble" ,r-tibble)
        ("r-tidyr" ,r-tidyr)
+       ("r-vctrs" ,r-vctrs)
        ("r-workflows" ,r-workflows)
        ("r-yardstick" ,r-yardstick)))
     (home-page "https://github.com/tidymodels/tune";)



reply via email to

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