gnu: r-mclust: Update to 5.4.
* gnu/packages/statistics.scm (r-mclust): Update to 5.4.
This commit is contained in:
		
							parent
							
								
									6d4aed8d98
								
							
						
					
					
						commit
						20b0f8a5ec
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -4574,14 +4574,14 @@ models, generalized linear models and model-based clustering.") | ||||||
| (define-public r-mclust | (define-public r-mclust | ||||||
|   (package |   (package | ||||||
|     (name "r-mclust") |     (name "r-mclust") | ||||||
|     (version "5.3") |     (version "5.4") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (cran-uri "mclust" version)) |        (uri (cran-uri "mclust" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0h5syvpg3azrz5d10z2afilaa27jb4azi38idzlv05mfcs16s6rb")))) |          "1i3v1q8qq0al3ifvjhcvxfsg68cx9mq8jz67jwmiqai78mw0aqvk")))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("gfortran" ,gfortran))) |      `(("gfortran" ,gfortran))) | ||||||
|  |  | ||||||
		Reference in a new issue