gnu: r-modelmetrics: Update to 1.2.2.
* gnu/packages/statistics.scm (r-modelmetrics): Update to 1.2.2.
This commit is contained in:
		
							parent
							
								
									9bd78484a2
								
							
						
					
					
						commit
						00281ea3cd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5017,14 +5017,14 @@ decompositions of such matrices, and solutions of linear systems.")
 | 
				
			||||||
(define-public r-modelmetrics
 | 
					(define-public r-modelmetrics
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-modelmetrics")
 | 
					    (name "r-modelmetrics")
 | 
				
			||||||
    (version "1.2.0")
 | 
					    (version "1.2.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
        (uri (cran-uri "ModelMetrics" version))
 | 
					        (uri (cran-uri "ModelMetrics" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "1sgdyrf6fbsn18gk8slir4a1yhv133kfhyg2crfs759nff4aw89h"))))
 | 
					          "158ddbw2snlyzd2q6mdaif5i67kq4qfvadylwjxgv1w2cmszrmk6"))))
 | 
				
			||||||
    (properties `((upstream-name . "ModelMetrics")))
 | 
					    (properties `((upstream-name . "ModelMetrics")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue