guix_mirror_bot pushed a commit to branch master
in repository guix.

commit eab8eace46998f4d1f79943d3a17cd579da179fd
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Feb 2 08:02:36 2026 +0100

    gnu: r-proxyc: Update dependency on tbb.
    
    * gnu/packages/cran.scm (r-proxyc)[inputs]: Remove tbb; add onetbb.
    
    Change-Id: I77f26aa9c88a450892fff5f1a3fca81a132c7037
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5e3db3b10c..0371a68b07 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -45477,7 +45477,7 @@ well as extracting and replacing names and symbols from 
these objects.")
                ((".*use_nan is working.*" m)
                 (string-append m "skip('skip');\n"))))))))
     (native-inputs (list r-entropy r-knitr r-proxy r-testthat))
-    (inputs (list tbb))
+    (inputs (list onetbb))
     (propagated-inputs
      (list r-matrix r-rcpp r-rcpparmadillo))
     (home-page "https://cran.r-project.org/package=proxyC";)

Reply via email to