guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit c6e2e0f6dd3a9541d503a1013d1cc095b989fb88
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 9 15:06:52 2026 +0100

    gnu: r-quanteda: Update dependency on tbb.
    
    * gnu/packages/cran.scm (r-quanteda)[inputs]: Remove tbb; add onetbb.
    
    Closes guix/guix!5493
    
    Change-Id: I0d95428c87f01556d60780d44c42776236cecb92
---
 gnu/packages/cran.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0c01e4d610..b47f4b5cd9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2024, 2025 Spencer King <[email protected]>
 ;;; Copyright © 2024-2025 Tor-björn Claesson <[email protected]>
 ;;; Copyright © 2025 Jonas Freimuth <[email protected]>
+;;; Copyright © 2026 Cayetano Santos <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -45506,7 +45507,7 @@ Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish and Turkish.")
            r-stringi
            r-xml2
            r-yaml))
-    (inputs (list tbb))
+    (inputs (list onetbb))
     (native-inputs
      (list pkg-config r-knitr r-testthat))
     (home-page "https://quanteda.io";)

Reply via email to