guix-commits
[Top][All Lists]
Advanced

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

65/98: gnu: r-infer: Update to 1.0.5.


From: guix-commits
Subject: 65/98: gnu: r-infer: Update to 1.0.5.
Date: Wed, 13 Sep 2023 18:06:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 09b6be49e82515d64c188f8946b9d6ab139979c1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:12 2023 +0200

    gnu: r-infer: Update to 1.0.5.
    
    * gnu/packages/cran.scm (r-infer): Update to 1.0.5.
    [propagated-inputs]: Add r-vctrs.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a6746b9efb..bdb65b8497 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35088,14 +35088,14 @@ functions or computational engines (e.g. R, Spark, 
Stan, etc).")
 (define-public r-infer
   (package
     (name "r-infer")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "infer" version))
        (sha256
         (base32
-         "1s4q0nslykl0pb2w1i6ni6hkpp7awvp0wks79br3gk5wa1qkvs19"))))
+         "1zs1c22zc255m23in99cqp2chpdkski002rywmkdzwf6nd96mly7"))))
     (properties `((upstream-name . "infer")))
     (build-system r-build-system)
     (propagated-inputs
@@ -35109,7 +35109,8 @@ functions or computational engines (e.g. R, Spark, 
Stan, etc).")
            r-purrr
            r-rlang
            r-tibble
-           r-tidyr))
+           r-tidyr
+           r-vctrs))
     (native-inputs
      (list r-knitr))
     (home-page "https://github.com/tidymodels/infer";)



reply via email to

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