guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 2556c30cd612b6eb7087036e8e24e403a6b5896d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 4 15:07:46 2025 +0100

    gnu: r-rcppparallel: Update to 5.1.11-1.
    
    * gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.11-1.
    
    Change-Id: Idb02209dc955a531ede00527fe0216a9ce5caafd
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a2813210ab..c31b77cb06 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29764,14 +29764,14 @@ package provides a minimal R interface by relying on 
the Rcpp package.")
 (define-public r-rcppparallel
   (package
     (name "r-rcppparallel")
-    (version "5.1.10")
+    (version "5.1.11-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "RcppParallel" version))
        (sha256
         (base32
-         "0kgkjbiprfw90rdwq352z4jbnwb98s3dsv2xyzkzi413rq2709gb"))
+         "0qk3gaia5g1da5yqd9a3jcwp1f4jldj1a4r9cqpxbjqjh9a87371"))
        (modules '((guix build utils)))
        (snippet
         '(delete-file-recursively "src/tbb/"))))

Reply via email to