gnu: r-withr: Update to 2.4.1.
* gnu/packages/statistics.scm (r-withr): Update to 2.4.1.
This commit is contained in:
		
							parent
							
								
									6bef79759d
								
							
						
					
					
						commit
						97e03cc957
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -2497,13 +2497,13 @@ tools to simplify the devolpment of R packages.")
 | 
			
		|||
(define-public r-withr
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-withr")
 | 
			
		||||
    (version "2.4.0")
 | 
			
		||||
    (version "2.4.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (cran-uri "withr" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1y0l6zbpg0wix60r58yk452aqvx4rd0bk7zw9b90lzniwk3wvr7d"))))
 | 
			
		||||
                "13qpcx7vjnqchvbbdwiqw286gkiajp02pcvhn7w7ddjiil2xjpjz"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("r-knitr" ,r-knitr)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue