gnu: r-future-apply: Update to 1.2.0.
* gnu/packages/cran.scm (r-future-apply): Update to 1.2.0.
This commit is contained in:
		
							parent
							
								
									6e8b38d3e8
								
							
						
					
					
						commit
						d1c2fd8eeb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -10714,14 +10714,14 @@ the local machine to, say, distributed processing on a remote compute cluster.") | |||
| (define-public r-future-apply | ||||
|   (package | ||||
|     (name "r-future-apply") | ||||
|     (version "1.1.0") | ||||
|     (version "1.2.0") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (cran-uri "future.apply" version)) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "0b6v9rxvnnz13sydbgkapw71hx98fwdczjchgqnspjmq2340kdc0")))) | ||||
|          "00ma43ma3byrf9vfqqn9g8sn18c71ryhk7lpza5h7817f1kibw1h")))) | ||||
|     (properties `((upstream-name . "future.apply"))) | ||||
|     (build-system r-build-system) | ||||
|     (propagated-inputs | ||||
|  |  | |||
		Reference in a new issue