gnu: r-viridis: Update to 0.6.2.
* gnu/packages/statistics.scm (r-viridis): Update to 0.6.2.
This commit is contained in:
		
							parent
							
								
									af55b6c7f5
								
							
						
					
					
						commit
						e49de81b3d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4050,13 +4050,13 @@ memory usage.")
 | 
			
		|||
(define-public r-viridis
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-viridis")
 | 
			
		||||
    (version "0.6.1")
 | 
			
		||||
    (version "0.6.2")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (cran-uri "viridis" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1fyax36ycjiypcnxhrv58pq67qv03vfg4lx822d38jpjly54q128"))))
 | 
			
		||||
                "048kwhbhd49g86cq11fl7vm0whwhjl5gs9xjn040lwcjv78qrdb9"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("r-ggplot2" ,r-ggplot2)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue