gnu: r-highr: Update to 0.11.
* gnu/packages/statistics.scm (r-highr): Update to 0.11. Change-Id: I70490aa7f3be0a430f65b4497de33cba06a30893
This commit is contained in:
		
							parent
							
								
									8275c312e8
								
							
						
					
					
						commit
						fcd329cb0f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1507,13 +1507,13 @@ There is also a Shiny app as a user interface in this package.")
 | 
			
		|||
(define-public r-highr
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-highr")
 | 
			
		||||
    (version "0.10")
 | 
			
		||||
    (version "0.11")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (cran-uri "highr" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0yrlpjs8qzq1d7iy4gypnf4x1gvxq6vaghkdh1kfv433yqgvqmgc"))))
 | 
			
		||||
                "19z0gwdy46z6gb46b3fs2ljxa2cn0bpvx7aam0jk75h180l183g9"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list r-xfun))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue