gnu: r-rcppthread: Update to 2.1.3.

* gnu/packages/cran.scm (r-rcppthread): Update to 2.1.3.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:05 +02:00
parent b5c3a90adb
commit 6325f0e27d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3669,14 +3669,14 @@ (define-public r-rcpp
(define-public r-rcppthread
(package
(name "r-rcppthread")
(version "2.1.2")
(version "2.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "RcppThread" version))
(sha256
(base32
"0a8767q4p76rfamss1w2vnx4h1229nmwymp1q63li2q5b87wipqp"))))
"0iprpidf7q1wlrgr9dwiikb6apqk80pyjcyni56k64nl7lrkszhj"))))
(properties `((upstream-name . "RcppThread")))
(build-system r-build-system)
(home-page