gnu: r-ggrepel: Update to 0.9.5.
* gnu/packages/cran.scm (r-ggrepel): Update to 0.9.5. Change-Id: Ib87cbfacc9f3fce1d1e4bc0d9cbb0fb467522bfb
This commit is contained in:
		
							parent
							
								
									b6b6465da3
								
							
						
					
					
						commit
						10f25e5e73
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -8734,14 +8734,14 @@ for certain use cases.")
 | 
			
		|||
(define-public r-ggrepel
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-ggrepel")
 | 
			
		||||
    (version "0.9.4")
 | 
			
		||||
    (version "0.9.5")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "ggrepel" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0gngsx87rcqijdr684bgpnazdlz3vj4brzw0fic0jdsrf1rb9aw1"))))
 | 
			
		||||
         "1alcrw304bn6c2i64rxxjkzk3il19gq30gyj3sb4blradkjh1rni"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list r-ggplot2 r-rcpp r-rlang r-scales r-withr))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue