gnu: r-with-tests: Update to 4.3.3.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.3.3. Change-Id: Ida43d1e7f747245b01aa6fc73716b79611f0bbfd
This commit is contained in:
		
							parent
							
								
									64d269b983
								
							
						
					
					
						commit
						228ee09d35
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -223,7 +223,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
 | 
			
		|||
(define r-with-tests
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-with-tests")
 | 
			
		||||
    (version "4.3.2")
 | 
			
		||||
    (version "4.3.3")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "mirror://cran/src/base/R-"
 | 
			
		||||
| 
						 | 
				
			
			@ -231,7 +231,7 @@ This package also provides @command{xls2csv} to export Excel files to CSV.")
 | 
			
		|||
                                  version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0aj51j34q2b28y28xvlf0dwdj8vpnhjwpvqf7xm05s7fq857dxdk"))))
 | 
			
		||||
                "0c03abq3kqg6d2yhrijy9j3fsl77har3k7pffwwbz19v74qi51c0"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     (list
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue