gnu: r-rsqlite: Update to 2.3.1.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.3.1.
This commit is contained in:
		
							parent
							
								
									dadb9f5f40
								
							
						
					
					
						commit
						0404b5b7df
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2982,13 +2982,13 @@ a column in data frame.")
 | 
				
			||||||
(define-public r-rsqlite
 | 
					(define-public r-rsqlite
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-rsqlite")
 | 
					    (name "r-rsqlite")
 | 
				
			||||||
    (version "2.3.0")
 | 
					    (version "2.3.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (cran-uri "RSQLite" version))
 | 
					              (uri (cran-uri "RSQLite" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0csx2zz4zlr11nrzcas1lzhzjb4ygv6nijg2jpkp5l4fs2hijbj4"))))
 | 
					                "1jil3wgfh1asfb9c4cr9qyr74wb9f87r7sa03kj187201hb3xlly"))))
 | 
				
			||||||
    (properties `((upstream-name . "RSQLite")))
 | 
					    (properties `((upstream-name . "RSQLite")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue