~ruther/guix-local

6550e80fac0a3b461f7018e89985faed778e6063 — Ricardo Wurmus 1 year, 11 months ago 2422184
gnu: r-rcppparallel: Update to 5.1.8.

* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.8.

Change-Id: Ia954bd873fc3d23f7a957e2ce9ff2ed3db7eeda7
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 19260,14 19260,14 @@ package provides a minimal R interface by relying on the Rcpp package.")
(define-public r-rcppparallel
  (package
    (name "r-rcppparallel")
    (version "5.1.7")
    (version "5.1.8")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "RcppParallel" version))
       (sha256
        (base32
         "175j0plh9gzy45sxsck0wdqfkjwdsbb17m9511czrgqsrswhxhzr"))
         "09m1pfblmcqh02simzvnal5qqv5swx35ls8kjggy6manv25b2mfn"))
       (modules '((guix build utils)))
       (snippet
        '(delete-file-recursively "src/tbb/"))))