gnu: r-e1071: Update to 1.7-13.
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-13.
This commit is contained in:
		
							parent
							
								
									a1876f13ed
								
							
						
					
					
						commit
						a6df23d6b9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3916,14 +3916,14 @@ Stochastic Neighbor Embedding using a Barnes-Hut implementation.") | ||||||
| (define-public r-e1071 | (define-public r-e1071 | ||||||
|   (package |   (package | ||||||
|     (name "r-e1071") |     (name "r-e1071") | ||||||
|     (version "1.7-12") |     (version "1.7-13") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (cran-uri "e1071" version)) |        (uri (cran-uri "e1071" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "1ksxbkf2zb1hs353vc1qr8n2l7v0vcldn2prdnk79nr1lp855q4i")))) |          "0bvbgcbj8a5z3rv4z4cx6dlwhk374fwd8l1jkq7slsbfmy8y356s")))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      (list r-class r-proxy)) |      (list r-class r-proxy)) | ||||||
|  |  | ||||||
		Reference in a new issue