gnu: r-broom: Update to 0.7.2.
* gnu/packages/cran.scm (r-broom): Update to 0.7.2.
This commit is contained in:
		
							parent
							
								
									5cb0f751eb
								
							
						
					
					
						commit
						4eda10c681
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3587,14 +3587,14 @@ by base R methods related to model fitting.")
 | 
			
		|||
(define-public r-broom
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-broom")
 | 
			
		||||
    (version "0.7.1")
 | 
			
		||||
    (version "0.7.2")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "broom" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "12xnpmm1cyhksv4gwcrwgrpw7c0xf1c7chlpng9lk8arifbfvqpg"))))
 | 
			
		||||
         "18qkgw5f46cfr8sc7r9a261ivn3s4w88sdj653gaa20723179300"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("r-backports" ,r-backports)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue