gnu: r-tibble: Update to 3.2.1.
* gnu/packages/statistics.scm (r-tibble): Update to 3.2.1.
This commit is contained in:
		
							parent
							
								
									38fc19c4f5
								
							
						
					
					
						commit
						31cdb03704
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1787,14 +1787,14 @@ like tidy evaluation.")
 | 
				
			||||||
(define-public r-tibble
 | 
					(define-public r-tibble
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-tibble")
 | 
					    (name "r-tibble")
 | 
				
			||||||
    (version "3.2.0")
 | 
					    (version "3.2.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "tibble" version))
 | 
					       (uri (cran-uri "tibble" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "12i9cshnj2lygadh03zjw1zn5dr13wspcrq2dprl5qrrr95z2bwg"))))
 | 
					         "0c916wl19wbhncv05hjzs2vmvvbcxlswjl6i232ygmkzal62v9v5"))))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list r-fansi
 | 
					     (list r-fansi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue