gnu: r-callr: Update to 3.3.2.
* gnu/packages/cran.scm (r-callr): Update to 3.3.2.
This commit is contained in:
		
							parent
							
								
									f3575adfe9
								
							
						
					
					
						commit
						8fa788740a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -371,14 +371,14 @@ such as copy/paste from an R session.") | |||
| (define-public r-callr | ||||
|   (package | ||||
|     (name "r-callr") | ||||
|     (version "3.3.1") | ||||
|     (version "3.3.2") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (cran-uri "callr" version)) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "0rvrlg86fxr5nadvqa0dr1iifqjs4d1rc32v76m3ccvx6m3xlq5z")))) | ||||
|          "12dbqzjngbyaqdyw0yq1blyfx8pagcvx1vqj2jm451hs25nhdrnh")))) | ||||
|     (build-system r-build-system) | ||||
|     (propagated-inputs | ||||
|      `(("r-r6" ,r-r6) | ||||
|  |  | |||
		Reference in a new issue