gnu: r-arrow: Update to 14.0.2.1.
* gnu/packages/cran.scm (r-arrow): Update to 14.0.2.1. Change-Id: Ie8b236a1d8b9b5786bb83f26a8463343d329faba
This commit is contained in:
		
							parent
							
								
									31547cb64d
								
							
						
					
					
						commit
						0422d6e98d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -25599,14 +25599,14 @@ colored by the number of neighboring points.  This is useful to visualize the
 | 
				
			||||||
(define-public r-arrow
 | 
					(define-public r-arrow
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-arrow")
 | 
					    (name "r-arrow")
 | 
				
			||||||
    (version "14.0.0.2")
 | 
					    (version "14.0.2.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "arrow" version))
 | 
					       (uri (cran-uri "arrow" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1dwap9lap0hac0bhi8ajz06n9ccjdyfr5s153k1lxfgicqnsaf3i"))))
 | 
					         "1l1ninmq6mbqm7cckcy0qw4f20fkrixrykcqkh24bszg514r9af5"))))
 | 
				
			||||||
    (properties `((upstream-name . "arrow")))
 | 
					    (properties `((upstream-name . "arrow")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue