gnu: r-testthat: Update to 3.2.0.
* gnu/packages/statistics.scm (r-testthat): Update to 3.2.0.
This commit is contained in:
		
							parent
							
								
									02a90c3e05
								
							
						
					
					
						commit
						be130ee39a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1724,13 +1724,13 @@ R packages that praise their users.")
 | 
				
			||||||
(define-public r-testthat
 | 
					(define-public r-testthat
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-testthat")
 | 
					    (name "r-testthat")
 | 
				
			||||||
    (version "3.1.10")
 | 
					    (version "3.2.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "testthat" version))
 | 
					              (uri (cran-uri "testthat" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1xh80rxv0whz618kpwzlzg0jg2vhm4073nyx03hd4xpg0ifhhd9i"))))
 | 
					                "03k58p8kd7vddx7rlcyi28sy48bh3w4xy4c7wi190l7yjlrfa2sv"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list r-brio
 | 
					     (list r-brio
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue