gnu: r-rcppparallel: Update to 5.1.3.
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.1.3.
This commit is contained in:
		
							parent
							
								
									3dbd04d7ca
								
							
						
					
					
						commit
						75a461aa74
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -11376,14 +11376,14 @@ package provides a minimal R interface by relying on the Rcpp package.") | |||
| (define-public r-rcppparallel | ||||
|   (package | ||||
|     (name "r-rcppparallel") | ||||
|     (version "5.0.3") | ||||
|     (version "5.1.3") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (cran-uri "RcppParallel" version)) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "0ihcirny4al2ydymxhdfacwmybmrgrz5nm0lbf49gk2zy8w124ki")))) | ||||
|          "1c3y80m695xqhs4ynwig2bsl045nryi9ww0a1s2rb3gsjbs5vx7v")))) | ||||
|     (properties `((upstream-name . "RcppParallel"))) | ||||
|     (build-system r-build-system) | ||||
|     (home-page "https://rcppcore.github.io/RcppParallel/") | ||||
|  |  | |||
		Reference in a new issue