gnu: r-insight: Update to 0.14.0.
* gnu/packages/cran.scm (r-insight): Update to 0.14.0.
This commit is contained in:
		
							parent
							
								
									ada22a989c
								
							
						
					
					
						commit
						f2b9129d21
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -8316,14 +8316,14 @@ other add-on packages.") | ||||||
| (define-public r-insight | (define-public r-insight | ||||||
|   (package |   (package | ||||||
|     (name "r-insight") |     (name "r-insight") | ||||||
|     (version "0.13.2") |     (version "0.14.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (cran-uri "insight" version)) |        (uri (cran-uri "insight" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "03b7kd17h25mi1si40ibcp3jpasyqpj51mr8js0ywywyfw7909j1")))) |          "1zkifkj2qg9vdv26z4qvi81qv9l1cqyrq3ihdpacpax80plkgdln")))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("r-knitr" ,r-knitr))) |      `(("r-knitr" ,r-knitr))) | ||||||
|  |  | ||||||
		Reference in a new issue