gnu: r-robustbase: Update to 0.95-1.
* gnu/packages/statistics.scm (r-robustbase): Update to 0.95-1.
This commit is contained in:
		
							parent
							
								
									8a69976f6c
								
							
						
					
					
						commit
						25e67fdc4f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5392,14 +5392,14 @@ can be efficiently implemented directly in the R language.")
 | 
			
		|||
(define-public r-robustbase
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-robustbase")
 | 
			
		||||
    (version "0.95-0")
 | 
			
		||||
    (version "0.95-1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "robustbase" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "094pxwp78bmqyn6vncyzrazqxnn8abqsbzhlcq44avfz8qffmyjw"))))
 | 
			
		||||
         "1sm37gqs35cvkacigsla8kzvpzjzsrgkabf58ymk9pzcndnx4b46"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     (list gfortran))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue