gnu: r-clustercrit: Update to 1.3.0.
* gnu/packages/cran.scm (r-clustercrit): Update to 1.3.0. Change-Id: If46707ce09f5b52ae730bca4517179e4a7bbc475
This commit is contained in:
		
							parent
							
								
									0374da1c50
								
							
						
					
					
						commit
						1e9b81a468
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -17434,13 +17434,13 @@ exact and interval-censored observations.")
 | 
			
		|||
(define-public r-clustercrit
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-clustercrit")
 | 
			
		||||
    (version "1.2.8")
 | 
			
		||||
    (version "1.3.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (cran-uri "clusterCrit" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "10pz1bikdbkm2ky3xnagp0qv60whalavp6j39b4p7d75jj5xcxgk"))))
 | 
			
		||||
                "0raxlyvr3kr8c8bzjgs7hb9n76m314vzvfiz7c74v6cqpkmh6dkx"))))
 | 
			
		||||
    (properties `((upstream-name . "clusterCrit")))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (native-inputs (list gfortran))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue